anope

- supernets anope source code & configuration
git clone git://git.acid.vegas/anope.git
Log | Files | Refs | Archive | README

commit 8720a9e68b257b580809ed6961c2dd8104982e60
parent 349211a91cfc4866725ed21503b74c94eff72257
Author: acidvegas <acid.vegas@acid.vegas>
Date: Fri, 2 Jun 2023 17:38:44 -0400

Changed to a default 90 day expiration on un-used nicks

Diffstat:
Mdata/nickserv.conf | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/nickserv.conf b/data/nickserv.conf
@@ -14,7 +14,7 @@ module {
 	unregistered_notice = "Your nickname is not registered. To register it, use: /msg NickServ REGISTER password"
 	defaults = "kill_quick ns_secure ns_private hide_email hide_mask hide_status hide_quit autoop ns_keep_modes"
 	regdelay = 1h
-	expire = 7d
+	expire = 90d
 	secureadmins = yes
 	modeonid = yes
 	#modesonid = "+R"