X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=ircd%2Fm_hidehost.c;h=8fd9a6070ea07af7ab4bc6b4cf3c84dba51eb2f2;hp=7694a36c7842d9cd67e04d8135381aabeefcd216;hb=21592a40b5608357580412667ce0c31b8a1ebc5f;hpb=6147944c7207082239972619086c785bf96aad61 diff --git a/ircd/m_hidehost.c b/ircd/m_hidehost.c index 7694a36..8fd9a60 100644 --- a/ircd/m_hidehost.c +++ b/ircd/m_hidehost.c @@ -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;