mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-11-08 13:42:49 -05:00
Merge pull request #71 from pitbullcoder/main
[BUGFIX] Missing else statement to reset user state and respond with menu if user sends h or help multiple times or sends h or help from any sub menu
This commit is contained in:
commit
2dda18008d
1 changed files with 2 additions and 0 deletions
|
|
@ -168,6 +168,8 @@ def process_message(sender_id, message, interface, is_sync_message=False):
|
|||
handle_js8call_steps(sender_id, message, step, interface, state)
|
||||
elif command == 'GROUP_MESSAGES':
|
||||
handle_group_message_selection(sender_id, message, step, state, interface)
|
||||
else:
|
||||
handle_help_command(sender_id, interface)
|
||||
else:
|
||||
handle_help_command(sender_id, interface)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue