summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.py b/main.py
index 7445d9a..13cfb4c 100644
--- a/main.py
+++ b/main.py
@@ -120,6 +120,7 @@ class QueryBot(slixmpp.ClientXMPP):
if keyword == '!help':
reply.append(StaticAnswers().gen_help())
+ continue
try:
target = words[index + 1]