X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_lusers.c;h=d06ffdb4eca4d82350c9fd7c308db5447274a7ff;hb=284b39b15f53f438c7f1a28e7e3a10e2e25bac3b;hp=764252d4fd54e645aa722eb56a4ed3ab73d03b51;hpb=a71aea1e7b13916c40babd0873c63f9b622bc8e9;p=ircu2.10.12-pk.git diff --git a/ircd/m_lusers.c b/ircd/m_lusers.c index 764252d..d06ffdb 100644 --- a/ircd/m_lusers.c +++ b/ircd/m_lusers.c @@ -91,6 +91,7 @@ #endif /* 0 */ #include "client.h" #include "ircd.h" +#include "ircd_policy.h" #include "ircd_reply.h" #include "ircd_string.h" #include "msg.h" @@ -114,8 +115,8 @@ int m_lusers(struct Client* cptr, struct Client* sptr, int parc, char* parv[]) { int longoutput = MyUser(sptr) || IsOper(sptr); if (parc > 2) - if (hunt_server_cmd(sptr, CMD_LUSERS, cptr, 0, "%s :%C", 2, parc, parv) != - HUNTED_ISME) + if (hunt_server_cmd(sptr, CMD_LUSERS, cptr, HEAD_IN_SAND_REMOTE, "%s :%C", + 2, parc, parv) != HUNTED_ISME) return 0; send_reply(sptr, RPL_LUSERCLIENT, UserStats.clients - UserStats.inv_clients,