mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-03-05 20:51:53 -08:00
Merge pull request #4 from Blergo/Yorkshire-BBS
Fix for help menu formatting
This commit is contained in:
commit
fd1935ae83
|
@ -41,7 +41,7 @@ def handle_exit_command(sender_id, interface):
|
||||||
|
|
||||||
|
|
||||||
def handle_help_command(sender_id, interface, state=None):
|
def handle_help_command(sender_id, interface, state=None):
|
||||||
title = "█▓▒░ Yorkshire BBS ░▒▓█\n"
|
title = "█▓▒░ Yorkshire BBS ░▒▓█\n\n"
|
||||||
commands = [
|
commands = [
|
||||||
"[M]ail Menu",
|
"[M]ail Menu",
|
||||||
"[B]ulletin Menu",
|
"[B]ulletin Menu",
|
||||||
|
|
Loading…
Reference in a new issue