From 49a3e403162637057a03fd2e27232530b6c635e3 Mon Sep 17 00:00:00 2001 From: pk910 Date: Mon, 12 Nov 2012 01:24:48 +0100 Subject: [PATCH] keep in sync with OGN upstream (SVN-326) --- ircd/s_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1