aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-08 22:30:06 +0000
committerGravatar jesopo2018-11-08 22:30:06 +0000
commit7390367a5a19fbeca14fd44aca4e533eaf92799b (patch)
tree5b5bdcd134c289b8e033709f308f8e0de85cbdc1
parentAdd !caps to show negotiated IRCv3 capabilities (diff)
signature
Add missing ")" in modules/stats.py
-rw-r--r--modules/stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/stats.py b/modules/stats.py
index 9d0061af..4a015742 100644
--- a/modules/stats.py
+++ b/modules/stats.py
@@ -112,7 +112,7 @@ class Module(ModuleManager.BaseModule):
def modules_api(self, event):
return list(self.bot.modules.modules.keys())
- @utils.hook("received.command.caps"
+ @utils.hook("received.command.caps")
def capabilities(self, event):
"""
:help: List negotiated IRCv3 capabilities