summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2016-06-05 14:16:36 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2019-07-21 20:59:35 +0100
commit83edbefbaabb2b17c84ac803131dc1a549da6964 (patch)
tree32cb5123307ee3e3b59dedf191fd5776ea5b7062 /src/conf.c
parent7f273676eb203a1be6ca179c6ee1b3d3a4e81a78 (diff)
Add support for limited temporary Klines
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c
index e488dec..ca93b9e 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -1176,6 +1176,7 @@ set_default_conf(void)
ConfigFileEntry.oper_umodes = UMODE_BOTS | UMODE_LOCOPS | UMODE_SERVNOTICE |
UMODE_OPERWALL | UMODE_WALLOP;
ConfigFileEntry.throttle_time = 1;
+ ConfigFileEntry.tkline_max = 24 * 3600;
}
static void