X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_ison.c;h=00adddc84f104d3133807076fa593a875b2a0eb1;hb=a36ad5e29241b0c89379947b13887cb6930ef3e0;hp=1dfa6f2c5b850fb8ea5c4f15c66103cdc952c47f;hpb=56f512008e81aeae915b2b7f6bcdd54b549188d3;p=ircu2.10.12-pk.git diff --git a/ircd/m_ison.c b/ircd/m_ison.c index 1dfa6f2..00adddc 100644 --- a/ircd/m_ison.c +++ b/ircd/m_ison.c @@ -84,19 +84,20 @@ #include "client.h" #include "hash.h" #include "ircd.h" +#include "ircd_log.h" #include "ircd_reply.h" #include "ircd_string.h" #include "msgq.h" #include "numeric.h" #include "send.h" -#include +/* #include -- Now using assert in ircd_log.h */ #include /* * m_ison * - * Added by Darren Reed 13/8/91 to act as an efficent user indicator + * Added by Darren Reed 13/8/91 to act as an efficient user indicator * with respect to cpu/bandwidth used. Implemented for NOTIFY feature in * clients. Designed to reduce number of whois requests. Can process * nicknames in batches as long as the maximum buffer length.