Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: woodsier on March 18, 2009, 11:11:27 AM

Title: Prevent 21 day expirationn names and channels
Post by: woodsier on March 18, 2009, 11:11:27 AM
Hi guys. I'd like to turn off nick/channel expiration, so they exist until I manually delete them.

Where would I do this?
Title: Re: Prevent 21 day expirationn names and channels
Post by: Jens Voss on March 18, 2009, 12:24:20 PM
/operserv set noexpire on

or start services with the -noexpire option  ( ./services -noexpire )
Title: Re: Prevent 21 day expirationn names and channels
Post by: Jobe on March 18, 2009, 12:55:22 PM
/operserv set noexpire on

or start services with the -noexpire option  ( ./services -noexpire )
Just bear in mind that also means AKILL's and well anything else in Anope won't expire either.
Title: Re: Prevent 21 day expirationn names and channels
Post by: Jan Milants on March 18, 2009, 02:09:21 PM
it s best to start anope with the -noexpire option since it would drop expired nicks during startup, before you get the chance to use the operserv command..
Title: Re: Prevent 21 day expirationn names and channels
Post by: woodsier on March 19, 2009, 05:02:05 AM
/operserv set noexpire on

or start services with the -noexpire option  ( ./services -noexpire )

So, everything is currently running and I will run this command now, but does it also mean in all future instances where I am restarting IRC for whatver reason, I will need to type ./services -noexpire as well?

What if I am restarting the server through an /operserv command, will i have to type /operserv restart -noexpire?