Add missing ")" in modules/stats.py
This commit is contained in:
parent
57f697a378
commit
7390367a5a
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
def modules_api(self, event):
|
def modules_api(self, event):
|
||||||
return list(self.bot.modules.modules.keys())
|
return list(self.bot.modules.modules.keys())
|
||||||
|
|
||||||
@utils.hook("received.command.caps"
|
@utils.hook("received.command.caps")
|
||||||
def capabilities(self, event):
|
def capabilities(self, event):
|
||||||
"""
|
"""
|
||||||
:help: List negotiated IRCv3 capabilities
|
:help: List negotiated IRCv3 capabilities
|
||||||
|
|
Loading…
Reference in a new issue