From ec5c5808a5408d3875aeeff64896d3af678d3d5d Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 7 Sep 2019 14:16:27 +0100 Subject: [PATCH] better wording of "!stats " --- modules/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: