From 5ffa3f0dc7309f1934451737d88ef3c29c25048e Mon Sep 17 00:00:00 2001 From: Thorsten Date: Fri, 27 May 2016 20:39:42 +0200 Subject: [PATCH] disable bot recognizer --- plugins/parsers.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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',