]> jfr.im git - solanum.git/blobdiff - modules/m_users.c
LIST: allow channel display threshold to be configured (closes #109)
[solanum.git] / modules / m_users.c
index 32a15656d25ca04f1368043e066c1316358e221d..7415cbdeafa754068645fd9ddfca9032280d9323 100644 (file)
@@ -61,7 +61,7 @@ m_users(struct Client *client_p, struct Client *source_p, int parc, const char *
                                   (int)rb_dlink_list_length(&lclient_list),
                                   Count.max_loc);
 
-               sendto_one_numeric(source_p, RPL_GLOBALUSERS, 
+               sendto_one_numeric(source_p, RPL_GLOBALUSERS,
                                   form_str(RPL_GLOBALUSERS),
                                   Count.total, Count.max_tot,
                                   Count.total, Count.max_tot);