temporarily disable full bot protection, fix light protection

This commit is contained in:
Thorsten S
2015-12-21 14:17:00 +01:00
parent 4e78a2229e
commit d9dff033b5
3 changed files with 6 additions and 4 deletions

View File

@@ -158,8 +158,8 @@ class UrlBot(IdleBot):
if msg_obj:
# TODO: bot modes off/on/auto... this should be active for "on".
# message = _prevent_panic(message, msg_obj['from'].bare)
if get_bots_present(msg_obj['from'].bare):
return
# if get_bots_present(msg_obj['from'].bare):
# return
self.send_message(
mto=msg_obj['from'].bare,
mbody=message,