diff options
| author | 2018-11-08 22:30:06 +0000 | |
|---|---|---|
| committer | 2018-11-08 22:30:06 +0000 | |
| commit | 7390367a5a19fbeca14fd44aca4e533eaf92799b (patch) | |
| tree | 5b5bdcd134c289b8e033709f308f8e0de85cbdc1 /modules/stats.py | |
| parent | Add !caps to show negotiated IRCv3 capabilities (diff) | |
| signature | ||
Add missing ")" in modules/stats.py
Diffstat (limited to 'modules/stats.py')
| -rw-r--r-- | modules/stats.py | 2 |
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 |
