From f7455e6347e9599f888169b8ad44f9dd252ced95 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 26 Sep 2019 14:59:26 +0100 Subject: [PATCH] capitalisation and comma for "!stats " --- modules/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: