mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-03-05 20:51:53 -08:00
more stats menu work
This commit is contained in:
parent
f4424e9aa9
commit
c872e36555
|
@ -116,7 +116,7 @@ def handle_stats_steps(sender_id, message, step, interface, bbs_nodes):
|
||||||
if choice == 1:
|
if choice == 1:
|
||||||
response = "COMING SOON!!"
|
response = "COMING SOON!!"
|
||||||
send_message(response, sender_id, interface)
|
send_message(response, sender_id, interface)
|
||||||
handle_help_command(sender_id, interface)
|
handle_stats_command(sender_id, interface)
|
||||||
return
|
return
|
||||||
|
|
||||||
elif step == 2:
|
elif step == 2:
|
||||||
|
|
Loading…
Reference in a new issue