From d36930152ab4e4f5733429e4252e5a98d2cae9c0 Mon Sep 17 00:00:00 2001 From: Nicolas Coevoet Date: Mon, 14 Apr 2014 20:58:37 +0200 Subject: [PATCH] modified announceMode, now it's announceModes with list of modes to announce, you can also choose to use notice or privmsg for announces --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 4eaaf39..2abc58a 100644 --- a/config.py +++ b/config.py @@ -87,7 +87,7 @@ conf.registerChannelValue(ChanTracker, 'announceWithNotice', registry.Boolean(False,"""use NOTICE instead of PRIVMSG to logChannel""")) conf.registerChannelValue(ChanTracker, 'announceModes', - registry.CommaSeparatedListOfStrings(['b','q','e','I','r','l','v','o','h','k','n','t','F'],"""announce modes listed to logChannel""")) + registry.CommaSeparatedListOfStrings(['b','q','e','I','r','l','v','o','h','k','n','t','F','i','t'],"""announce modes listed to logChannel""")) conf.registerChannelValue(ChanTracker, 'announceModeSync', registry.Boolean(False,"""announce to logChannel that synchronisation of channel modes to tracking database has completed"""))