mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-04-27 13:31:10 -05:00
preparing new feature allowing op to configure their channels
This commit is contained in:
parent
38ab2e449f
commit
15475ec507
@ -74,6 +74,9 @@ conf.registerChannelValue(ChanTracker, 'useIpForGateway',
|
|||||||
conf.registerChannelValue(ChanTracker, 'triggerOps',
|
conf.registerChannelValue(ChanTracker, 'triggerOps',
|
||||||
registry.Boolean(False, """!ops triggers a message in logChannel"""))
|
registry.Boolean(False, """!ops triggers a message in logChannel"""))
|
||||||
|
|
||||||
|
conf.registerChannelValue(ChanTracker, 'allowOpToConfig',
|
||||||
|
registry.Boolean(False, """grant channel operators the ability to configure some chantracker protections for their channel"""))
|
||||||
|
|
||||||
conf.registerChannelValue(ChanTracker, 'opCommand',
|
conf.registerChannelValue(ChanTracker, 'opCommand',
|
||||||
registry.String("PRIVMSG ChanServ :OP $channel $nick", """command used to obtain channel operator mode"""), opSettable=False)
|
registry.String("PRIVMSG ChanServ :OP $channel $nick", """command used to obtain channel operator mode"""), opSettable=False)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user