capitalisation and comma for "!stats <alias>"
This commit is contained in:
parent
2c8b3749cf
commit
f7455e6347
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
raise utils.EventError("Unknown alias '%s'" % alias)
|
raise utils.EventError("Unknown alias '%s'" % alias)
|
||||||
|
|
||||||
channels, users = networks[alias]
|
channels, users = networks[alias]
|
||||||
event["stdout"].write("on %s I have %d %s and %d visible %s" %
|
event["stdout"].write("On %s, I have %d %s and %d visible %s" %
|
||||||
(alias, channels, self._plural("channel", channels), users,
|
(alias, channels, self._plural("channel", channels), users,
|
||||||
self._plural("user", users)))
|
self._plural("user", users)))
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue