From 882096c2f5f878d607365df76170f47ab7cbbdcd Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 28 Mar 2014 20:42:27 +0000 Subject: - Backported -r3227 [m_stats.c:stats_servlinks(): removed extranous spaces] git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3228 82007160-df01-0410-b94d-b575c5fd34c7 --- modules/m_stats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/m_stats.c b/modules/m_stats.c index aa5dc66..9452c10 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -1349,10 +1349,10 @@ stats_servlinks(struct Client *source_p, int parc, char *parv[]) sendto_one(source_p, ":%s %d %s ? :%u total server(s)", from, RPL_STATSDEBUG, to, dlink_list_length(&serv_list)); - sendto_one(source_p, ":%s %d %s ? :Sent total : %7.2f %s", + sendto_one(source_p, ":%s %d %s ? :Sent total: %7.2f %s", from, RPL_STATSDEBUG, to, _GMKv(sendB), _GMKs(sendB)); - sendto_one(source_p, ":%s %d %s ? :Recv total : %7.2f %s", + sendto_one(source_p, ":%s %d %s ? :Recv total: %7.2f %s", from, RPL_STATSDEBUG, to, _GMKv(recvB), _GMKs(recvB)); -- cgit