Author: Fredrik Soderblom <froo@quakenet.org> via hikari
[ircu2.10.12-pk.git] / ircd / s_user.c
index 12ec78201d3b639b1a1e789350f6dd62b43905c3..990d4ff7646edd1c3aca97c2f1f8f1fc21be85aa 100644 (file)
@@ -1067,8 +1067,7 @@ hide_hostmask(struct Client *cptr, unsigned int flag)
 
   /* ok, the client is now fully hidden, so let them know -- hikari */
   if (MyConnect(cptr))
-    send_reply(cptr, RPL_HOSTHIDDEN, cli_user(cptr)->account,
-              feature_str(FEAT_HIDDEN_HOST));
+   send_reply(cptr, RPL_HOSTHIDDEN, cli_user(cptr)->host);
 
   /*
    * Go through all channels the client was on, rejoin him