reimplemented fakeident support
[ircu2.10.12-pk.git] / ircd / m_hidehost.c
index 7694a36c7842d9cd67e04d8135381aabeefcd216..8fd9a6070ea07af7ab4bc6b4cf3c84dba51eb2f2 100644 (file)
@@ -114,7 +114,7 @@ int ms_hidehost(struct Client *cptr, struct Client *sptr, int parc, char *parv[]
     /* Set +x and propagate the changed modes. */
     propagate = !!HasPriv(acptr, PRIV_PROPAGATE);
     setflags = cli_flags(acptr);
-    hide_hostmask(acptr, FLAG_HIDDENHOST);
+    hide_hostmask(acptr, HIDE_HOSTMASK_FLAG_HIDDENHOST);
     send_umode_out(acptr, acptr, &setflags, propagate);
 
     return 0;