add 'ircv3-stats' setting

This commit is contained in:
jesopo 2019-06-28 23:18:06 +01:00
parent ae9d099a41
commit 45565456ae

View file

@ -1,5 +1,7 @@
from src import ModuleManager, utils
@utils.export("serverset", utils.BoolSetting("ircv3-stats",
"Whether or not to include the current server in IRCv3 statistics"))
class Module(ModuleManager.BaseModule):
_name = "IRCv3"