mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
feature-toggle: disable forum parser
This commit is contained in:
@@ -223,8 +223,10 @@ class UrlBot(IdleBot):
|
|||||||
try:
|
try:
|
||||||
reacted_on_command = self.data_parse_commands(msg_obj)
|
reacted_on_command = self.data_parse_commands(msg_obj)
|
||||||
reacted_on_parse = self.data_parse_other(msg_obj)
|
reacted_on_parse = self.data_parse_other(msg_obj)
|
||||||
self.data_parse_forum_thread(msg_obj)
|
|
||||||
self.data_parse_forum_post(msg_obj)
|
# disabled for now
|
||||||
|
# self.data_parse_forum_thread(msg_obj)
|
||||||
|
# self.data_parse_forum_post(msg_obj)
|
||||||
|
|
||||||
if (msg_obj['body'].startswith(config.conf_get('bot_nickname')) and not any(
|
if (msg_obj['body'].startswith(config.conf_get('bot_nickname')) and not any(
|
||||||
[reacted_on_command, reacted_on_parse]) and rate_limit(RATE_GLOBAL)):
|
[reacted_on_command, reacted_on_parse]) and rate_limit(RATE_GLOBAL)):
|
||||||
|
|||||||
Reference in New Issue
Block a user