mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-08-07 14:12:19 -04:00
A number of fixes
- Added PyCharm .idea folder to gitignore - Made main menu banner alfa-numeric only to fix issue with iOS devices not being able to see the menu - Fixed delete-sync issue
This commit is contained in:
parent
a3e0b91995
commit
ab9449ad0b
5 changed files with 21 additions and 8 deletions
|
@ -41,7 +41,7 @@ def handle_exit_command(sender_id, interface):
|
|||
|
||||
|
||||
def handle_help_command(sender_id, interface, state=None):
|
||||
title = "█▓▒░ TC² BBS ░▒▓█\n"
|
||||
title = "TC2 BBS\n"
|
||||
commands = [
|
||||
"[M]ail Menu",
|
||||
"[B]ulletin Menu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue