diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-03-28 20:42:27 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-03-28 20:42:27 +0000 |
commit | 882096c2f5f878d607365df76170f47ab7cbbdcd (patch) | |
tree | 6d6f131b116b2f9fb671a519f4081023b196aaae /modules | |
parent | 8c8aaf4b6deba34d4f5462ce6290c205f633c727 (diff) |
- 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
Diffstat (limited to 'modules')
-rw-r--r-- | modules/m_stats.c | 4 |
1 files changed, 2 insertions, 2 deletions
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)); |