summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-09-07 08:46:28 -0400
committerAdam <Adam@anope.org>2012-09-07 08:46:28 -0400
commit5c07863ad503edfc8deb1dee38e6222602db54fd (patch)
treebdea6b8d44b937c770fbd0efcba7e4e45200f98d /data
parent306037525181b3e4aad1f53cea2b3f46603d77a2 (diff)
Allow configuring killquick and kill delays
Diffstat (limited to 'data')
-rw-r--r--data/nickserv.example.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf
index 599656ce5..5db22cfdc 100644
--- a/data/nickserv.example.conf
+++ b/data/nickserv.example.conf
@@ -256,6 +256,13 @@ nickserv
* The maximum number of channels a user can have on NickServ's AJOIN command.
*/
ajoinmax = 10
+
+ /*
+ * If set, is the length of time NickServ's killquick and kill options wait before
+ * forcing users off of protected nicknames.
+ */
+ killquick = 20s
+ kill = 60s
}
/*