mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-03-05 20:51:53 -08:00
Compare commits
3 commits
382a19996f
...
8db3b7c02e
Author | SHA1 | Date | |
---|---|---|---|
|
8db3b7c02e | ||
|
69d74e33dd | ||
|
16660e1f49 |
|
@ -382,7 +382,7 @@ def handle_channel_directory_steps(sender_id, message, step, state, interface):
|
||||||
else:
|
else:
|
||||||
send_message("No channels available in the directory.", sender_id, interface)
|
send_message("No channels available in the directory.", sender_id, interface)
|
||||||
handle_channel_directory_command(sender_id, interface)
|
handle_channel_directory_command(sender_id, interface)
|
||||||
elif choice.lower == 'p':
|
elif choice.lower() == 'p':
|
||||||
send_message("Name your channel for the directory:", sender_id, interface)
|
send_message("Name your channel for the directory:", sender_id, interface)
|
||||||
update_user_state(sender_id, {'command': 'CHANNEL_DIRECTORY', 'step': 3})
|
update_user_state(sender_id, {'command': 'CHANNEL_DIRECTORY', 'step': 3})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue