[IRCServices] ### Need help ###

BeenJaminG at aol.com BeenJaminG at aol.com
Wed Sep 15 09:23:51 PDT 1999


>  In your IRCD you can change this part of m_join in channel.c
>  
>   if (sptr->user->joined >= MAXCHANNELSPERUSER
>    {
>     sendto_one(sptr,err_str(ERR_TOOMANYCHANNELS), me.name, parv[0], name);
>     return 0
>    }
>  
>  /* Change to this */
>  
>  /* This allows opers to be in more then the MAXCHANNELS and since ChanServ
>     is an oper by default it will apply to it as well */
>  

ChanServ will be able to join as many channels as it wants, regardless of its 
oper status because its on a ULined server. The above modifications shouldn't 
be necessary.

- bstu
---------------------------------------------------------------
To unsubscribe, send email to majordomo at ender.shadowfire.org
with "unsubscribe ircservices" in the body, without the quotes.