aboutsummaryrefslogtreecommitdiff
path: root/submodules/command_stop.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'submodules/command_stop.zsh')
-rw-r--r--submodules/command_stop.zsh2
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[@]}