mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-03-05 20:51:53 -08:00
more optimisation for congested mesh
This commit is contained in:
parent
2749d46e9f
commit
8b4e868d52
|
@ -69,7 +69,7 @@ def handle_help_command(sender_id, interface, state=None):
|
|||
"[1]Server Stats",
|
||||
"[2]Exit Stats Menu"
|
||||
]
|
||||
response = title + "Available commands:\n" + "\n".join(commands)
|
||||
response = title + "\n".join(commands)
|
||||
send_message(response, sender_id, interface)
|
||||
|
||||
def handle_stats_command(sender_id, interface):
|
||||
|
|
Loading…
Reference in a new issue