aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/stats.py2
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: