X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fs_user.c;h=af7b93b7e5bf8c320ec267faaef44fd8b378c041;hb=6e75aeb4a4f6ac2def0ab6bb32f858ee7e327a1b;hp=58e9ecf1246dc9e2453070d50a16e350c15f81bf;hpb=4ed72369152e6a0acb93a4cef51df20857e8e8ec;p=ircu2.10.12-pk.git diff --git a/ircd/s_user.c b/ircd/s_user.c index 58e9ecf..af7b93b 100644 --- a/ircd/s_user.c +++ b/ircd/s_user.c @@ -591,8 +591,8 @@ int register_user(struct Client *cptr, struct Client *sptr, */ send_reply(sptr, RPL_YOURHOST, cli_name(&me), version); send_reply(sptr, RPL_CREATED, creation); - send_reply(sptr, RPL_MYINFO, cli_name(&me), infousermodes, infochanmodes, - infochanmodeswithparams, version); + send_reply(sptr, RPL_MYINFO, cli_name(&me), version, infousermodes, + infochanmodes, infochanmodeswithparams); send_supported(sptr); m_lusers(sptr, sptr, 1, parv); update_load();