From: pk910 Date: Mon, 12 Nov 2012 00:24:48 +0000 (+0100) Subject: keep in sync with OGN upstream (SVN-326) X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=49a3e403162637057a03fd2e27232530b6c635e3 keep in sync with OGN upstream (SVN-326) --- diff --git a/ircd/s_user.c b/ircd/s_user.c index 9f45018..fc502ae 100644 --- a/ircd/s_user.c +++ b/ircd/s_user.c @@ -1421,7 +1421,7 @@ int set_user_mode(struct Client *cptr, struct Client *sptr, int parc, if (IsRegistered(sptr)) { if(do_host_hiding) - hide_hostmask(sptr, 0); + hide_hostmask(sptr, HIDE_HOSTMASK_FLAG_HIDDENHOST); if (!FlagHas(&setflags, FLAG_OPER) && IsOper(sptr)) { /* user now oper */