preparing new feature allowing op to configure their channels

This commit is contained in:
Nicolas Coevoet 2021-06-23 21:31:47 +02:00
parent 38ab2e449f
commit 15475ec507

View File

@ -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)