Remove debug yield check
This commit is contained in:
parent
8392ee571a
commit
cb2cab627f
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ class Module(ModuleManager.BaseModule):
|
||||||
"""
|
"""
|
||||||
:help: Show my network/channel/user stats
|
:help: Show my network/channel/user stats
|
||||||
"""
|
"""
|
||||||
yield utils.Check("channel-mode", "o")|utils.Check("permission", "asd")
|
|
||||||
|
|
||||||
networks, channels, users = self._stats()
|
networks, channels, users = self._stats()
|
||||||
|
|
||||||
response = "I currently have %d network" % networks
|
response = "I currently have %d network" % networks
|
||||||
|
|
Loading…
Reference in a new issue