aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-09-26 14:59:26 +0100
committerGravatar jesopo2019-09-26 14:59:26 +0100
commitf7455e6347e9599f888169b8ad44f9dd252ced95 (patch)
tree978be95b43b374447768d7a1753640d77d40a3d4
parentdefault !roll to 1d6 (diff)
signature
capitalisation and comma for "!stats <alias>"
-rw-r--r--modules/stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/stats.py b/modules/stats.py
index e15246ab..3c140855 100644
--- a/modules/stats.py
+++ b/modules/stats.py
@@ -43,7 +43,7 @@ class Module(ModuleManager.BaseModule):
raise utils.EventError("Unknown alias '%s'" % 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,
self._plural("user", users)))
else: