Browse Source

testing the hook :)

master
manetta 5 years ago
parent
commit
62ddb363da
  1. 2
      logbot.py

2
logbot.py

@ -91,7 +91,7 @@ class MUCBot(slixmpp.ClientXMPP):
f.close()
# Include messages in the log (only when '#publish' is used in the message)
# Include messages in the log (only when '@bot' is used in the message)
if '@bot' in msg['body']:
# reply from the bot

Loading…
Cancel
Save