diff options
author | David Phillips <david@sighup.nz> | 2018-01-03 20:32:56 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-01-03 20:32:56 +1300 |
commit | 1e004d22dbccdfff4d8cce8a4c12bd0fe6a49a81 (patch) | |
tree | bb0d6dbc68bc87d7fc62150866578cef232bf1dd /config_file.pm | |
parent | f2b83d50d8570501a9e71f1da72881d6d96cc949 (diff) | |
download | idalius-1e004d22dbccdfff4d8cce8a4c12bd0fe6a49a81.tar.xz |
Add option to disable antiflood
Diffstat (limited to 'config_file.pm')
-rw-r--r-- | config_file.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config_file.pm b/config_file.pm index feb2c9f..2ad6620 100644 --- a/config_file.pm +++ b/config_file.pm @@ -21,7 +21,8 @@ sub parse_config 'user', 'group', 'url_on', - 'url_len'); + 'url_len', + 'antiflood_on'); my @list_configs = ( 'channels', 'ignore', |