mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-03-05 20:51:53 -08:00
testing
This commit is contained in:
parent
be3ed28e28
commit
e828b38967
|
@ -48,7 +48,7 @@ def handle_help_command(sender_id, interface, state=None):
|
|||
commands.append("[F]ortune")
|
||||
if "wos" in interface.disabled is False:
|
||||
commands.append("[W]all of Shame")
|
||||
if "channel" in interface.disabled == False:
|
||||
if "channel" in interface.disabled is False:
|
||||
commands.append("[C]hannel Directory")
|
||||
commands.append("[H]elp")
|
||||
|
||||
|
|
Loading…
Reference in a new issue