diff options
Diffstat (limited to 'modules/m_stats.c')
-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)); |