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:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user