1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

disable bot recognizer

This commit is contained in:
Thorsten
2016-05-27 20:39:42 +02:00
parent 1c0f7a7024
commit 5ffa3f0dc7

View File

@@ -122,8 +122,10 @@ def parse_slash_me(**args):
} }
@pluginfunction("recognize_bots", "got ya", ptypes.PARSE) @pluginfunction("recognize_bots", "got ya", ptypes.PARSE, enabled=False)
def recognize_bots(**args): def recognize_bots(**args):
# disabled until channel separation
return
unique_standard_phrases = ( unique_standard_phrases = (
'independent bot and have nothing to do with other artificial intelligence systems', 'independent bot and have nothing to do with other artificial intelligence systems',
'new Debian Security Announce', 'new Debian Security Announce',