summaryrefslogtreecommitdiff
path: root/modules/botserv/bs_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/botserv/bs_info.cpp')
-rw-r--r--modules/botserv/bs_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/botserv/bs_info.cpp b/modules/botserv/bs_info.cpp
index 91aa2fc7e..325825a8e 100644
--- a/modules/botserv/bs_info.cpp
+++ b/modules/botserv/bs_info.cpp
@@ -55,7 +55,7 @@ public:
info[_("Real name")] = bi->realname;
info[_("Created")] = Anope::strftime(bi->created, source.GetAccount());
info[_("Options")] = bi->oper_only ? _("Private") : _("None");
- info[_("Used on")] = Anope::printf(Language::Translate(source.nc, N_("1 channel", "%u channels")), bi->GetChannelCount());
+ info[_("Used on")] = Anope::printf(Language::Translate(source.nc, N_("%u channel", "%u channels")), bi->GetChannelCount());
FOREACH_MOD(OnBotInfo, (source, bi, ci, info));