mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-04-26 13:01:06 -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',
|
||||
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',
|
||||
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