1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 05:53:12 +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
+3
View File
@@ -548,6 +548,9 @@ class CoreExport ServerConfig
bool NSAddAccessOnReg;
/* Maximum number of channels on AJoin */
unsigned AJoinMax;
/* Kill & killquick delays before force changing off users */
time_t NSKillQuick;
time_t NSKill;
/* Core ChanServ modules */
Anope::string ChanCoreModules;