1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 04:43:13 +02:00

Allow configuring killquick and kill delays

This commit is contained in:
Adam
2012-09-07 08:46:28 -04:00
parent 3060375251
commit 5c07863ad5
4 changed files with 16 additions and 4 deletions
+7
View File
@@ -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
}
/*