Remove debug yield check

This commit is contained in:
jesopo 2019-06-15 18:41:04 +01:00
parent 8392ee571a
commit cb2cab627f

View file

@ -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