X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fs_user.c;h=f69acdf2b0e35741589035f2cdc140e1d55c00fd;hb=082c4d238ff866f4c5bc2e4493de67c13391ec12;hp=af7b93b7e5bf8c320ec267faaef44fd8b378c041;hpb=a768080630d4ac9461765af2e272b7680f0b4e23;p=ircu2.10.12-pk.git diff --git a/ircd/s_user.c b/ircd/s_user.c index af7b93b..f69acdf 100644 --- a/ircd/s_user.c +++ b/ircd/s_user.c @@ -430,7 +430,7 @@ int register_user(struct Client *cptr, struct Client *sptr, { last_too_many1 = CurrentTime; sendto_opmask_butone(0, SNO_TOOMANY, "Too many connections in " - "class %i for %s.", get_client_class(sptr), + "class %s for %s.", get_client_class(sptr), get_client_name(sptr, SHOW_IP)); } ++ServerStats->is_ref;