diff options
Diffstat (limited to 'modules/m_stats.c')
-rw-r--r-- | modules/m_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_stats.c b/modules/m_stats.c index 32b0582..77b8d2c 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -934,7 +934,7 @@ stats_operedup(struct Client *source_p, int parc, char *parv[]) (int)(CurrentTime - target_p->localClient->last_privmsg)); } - sendto_one(source_p, ":%s %d %s p :%lu OPER(s)", + sendto_one(source_p, ":%s %d %s p :%u OPER(s)", from, RPL_STATSDEBUG, to, dlink_list_length(&oper_list)); } |