mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-08-07 22:22:23 -04:00
Update command_handlers.py
This commit is contained in:
parent
cd8a907d94
commit
c486df150a
1 changed files with 2 additions and 1 deletions
|
@ -221,6 +221,7 @@ def handle_bb_steps(sender_id, message, step, state, interface, bbs_nodes):
|
|||
handle_bb_steps(sender_id, 'r', 2, state, interface, bbs_nodes)
|
||||
else:
|
||||
send_message(f"Trying to delete, dont know how yet", sender_id, interface)
|
||||
handle_bb_steps(sender_id, 'd', 2, state, interface, bbs_nodes)
|
||||
|
||||
elif step == 4:
|
||||
subject = message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue