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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user