diff --git a/plugins/parsers.py b/plugins/parsers.py index 93712ee..b407bd9 100644 --- a/plugins/parsers.py +++ b/plugins/parsers.py @@ -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): + # disabled until channel separation + return unique_standard_phrases = ( 'independent bot and have nothing to do with other artificial intelligence systems', 'new Debian Security Announce',