[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hiding the & channels...



On Fri, May 22, 1998 at 02:48:11PM -0500, M. Terry wrote:
> Is there any way I can make these channels invisible to anyone except
> IRCops 

Make it invisible to anyone, IRCops should know their names :)
Go to 477 line of channel.c and change

smode = MODE_MODERATED|MODE_TOPICLIMIT|MODE_NOPRIVMSGS|MODE_ANONYMOUS|
	MODE_QUIET;

to

smode = MODE_MODERATED|MODE_TOPICLIMIT|MODE_NOPRIVMSGS|MODE_ANONYMOUS|
	MODE_QUIET|MODE_SECRET;

HTH,
Piotr