diff options
| author | 2019-09-07 14:16:27 +0100 | |
|---|---|---|
| committer | 2019-09-07 14:16:27 +0100 | |
| commit | ec5c5808a5408d3875aeeff64896d3af678d3d5d (patch) | |
| tree | 789bff3246fbec5ca853a4944cfe04da5eed097d /modules/stats.py | |
| parent | support showing !stats per-network (diff) | |
| signature | ||
better wording of "!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 360e5504..2dd86f90 100644 --- a/modules/stats.py +++ b/modules/stats.py @@ -41,7 +41,7 @@ class Module(ModuleManager.BaseModule): raise utils.EventError("Unknown alias '%s'" % alias) channels, users = networks[alias] - event["stdout"].write("%s has %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: |
