mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-04-26 04:51:07 -05:00
modified announceMode, now it's announceModes with list of modes to announce, you can also choose to use notice or privmsg for announces
This commit is contained in:
parent
f11f327e90
commit
d36930152a
@ -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"""))
|
||||
|
Loading…
x
Reference in New Issue
Block a user