diff options
Diffstat (limited to 'submodules/command_stop.zsh')
| -rw-r--r-- | submodules/command_stop.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/submodules/command_stop.zsh b/submodules/command_stop.zsh index a14a723..1ddf10c 100644 --- a/submodules/command_stop.zsh +++ b/submodules/command_stop.zsh @@ -5,7 +5,7 @@ if [[ "${chat_id}" != "${target_user}" ]] then output_text="For security reasons you can execute this command only in direct messages" - return 0 + return fi for lock in ${user_locks[@]} |
