upgrade for our main bbs server

This commit is contained in:
2026-04-28 22:47:52 +02:00
parent ce005cdb1b
commit d9232eabb4
5 changed files with 31 additions and 5 deletions

View File

@@ -71,6 +71,10 @@ module BBS
def exit_menu
@steps << { type: :exit_menu }
end
def call(&block)
@steps << { type: :call, block: block }
end
end
class MenuBuilder