1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 04:36:37 +02:00

Remove default session exception expiry time

This commit is contained in:
Adam
2016-01-25 11:51:31 -05:00
parent 382ab84938
commit d0a5316c67
2 changed files with 2 additions and 3 deletions
+1 -3
View File
@@ -570,10 +570,8 @@ module
/*
* Sets the default expiry time for session exceptions.
*
* This directive is required if os_session is loaded.
*/
exceptionexpiry = 1d
#exceptionexpiry = 1d
/*
* The message that will be NOTICE'd to a user just before they are removed from the network because
+1
View File
@@ -3,6 +3,7 @@ Anope Version 2.0.3-git
Add operserv/chankill to default globops log
Add ns_identify:maxlogins to limit the max number of concurrent logins per account
Document ns_no_expire nickserv default
Remove default session exception expiry time
Anope Version 2.0.2
-------------------