diff options
| author | 2019-09-26 14:59:26 +0100 | |
|---|---|---|
| committer | 2019-09-26 14:59:26 +0100 | |
| commit | f7455e6347e9599f888169b8ad44f9dd252ced95 (patch) | |
| tree | 978be95b43b374447768d7a1753640d77d40a3d4 /modules/stats.py | |
| parent | default !roll to 1d6 (diff) | |
| signature | ||
capitalisation and comma for "!stats <alias>"
Diffstat (limited to 'modules/stats.py')
| -rw-r--r-- | modules/stats.py | 2 |
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: |
