aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-15 18:41:04 +0100
committerGravatar jesopo2019-06-15 18:41:04 +0100
commitcb2cab627f78964aa0f473b01827b87c1fbf15e5 (patch)
tree04310dd2db4a474e319681882597e6e8a9c39cbb /modules
parentUpdate CHANGELOG.md (diff)
signature
Remove debug yield check
Diffstat (limited to 'modules')
-rw-r--r--modules/stats.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/stats.py b/modules/stats.py
index 2fe9815c..4481a724 100644
--- a/modules/stats.py
+++ b/modules/stats.py
@@ -31,8 +31,6 @@ class Module(ModuleManager.BaseModule):
"""
:help: Show my network/channel/user stats
"""
- yield utils.Check("channel-mode", "o")|utils.Check("permission", "asd")
-
networks, channels, users = self._stats()
response = "I currently have %d network" % networks