mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2024-11-09 22:24:06 -08:00
Update command_handlers.py
Change wording to add URL or PSK for channel dir
This commit is contained in:
parent
c7fbc4eb5f
commit
1891ea2776
|
@ -349,7 +349,7 @@ def handle_channel_directory_steps(sender_id, message, step, state, interface):
|
|||
|
||||
elif step == 3:
|
||||
channel_name = message
|
||||
send_message("Send a message with your channel URL:", sender_id, interface)
|
||||
send_message("Send a message with your channel URL or PSK:", sender_id, interface)
|
||||
update_user_state(sender_id, {'command': 'CHANNEL_DIRECTORY', 'step': 4, 'channel_name': channel_name})
|
||||
|
||||
elif step == 4:
|
||||
|
|
Loading…
Reference in a new issue