mirror of
https://github.com/mightyBroccoli/xmpp-chatbot.git
synced 2024-12-04 22:33:36 +01:00
commit
918d270eeb
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -120,6 +120,7 @@ class QueryBot(slixmpp.ClientXMPP):
|
||||||
|
|
||||||
if keyword == '!help':
|
if keyword == '!help':
|
||||||
reply.append(StaticAnswers().gen_help())
|
reply.append(StaticAnswers().gen_help())
|
||||||
|
continue
|
||||||
|
|
||||||
try:
|
try:
|
||||||
target = words[index + 1]
|
target = words[index + 1]
|
||||||
|
|
Loading…
Reference in a new issue