mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-08-07 22:22:23 -04:00
Update command_handlers.py
This commit is contained in:
parent
ea154e1e29
commit
a0a06d3000
1 changed files with 1 additions and 4 deletions
|
@ -32,10 +32,7 @@ def build_menu(items, menu_name):
|
|||
if item.strip() == 'Q':
|
||||
menu_str += "[Q]uick Commands\n"
|
||||
elif item.strip() == 'B':
|
||||
if menu_name == "📰BBS Menu📰":
|
||||
menu_str += "[B]ulletins\n"
|
||||
else:
|
||||
menu_str += "[B]BS\n"
|
||||
menu_str += "[B]ulletins\n"
|
||||
elif item.strip() == 'U':
|
||||
menu_str += "[U]tilities\n"
|
||||
elif item.strip() == 'X':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue