diff options
author | David Phillips <david@sighup.nz> | 2018-08-07 17:37:19 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-08-07 17:37:19 +1200 |
commit | 4f1d6488c81320e31addf011145b2379040a87aa (patch) | |
tree | 885f19fa83d9beecd41139c61578047d7061e3d4 /config_file.pm | |
parent | 2437a2ae6c64e189b5c6d50525e574c60b08c209 (diff) | |
download | idalius-4f1d6488c81320e31addf011145b2379040a87aa.tar.xz |
Add nick-prefixing for bot
Diffstat (limited to 'config_file.pm')
-rw-r--r-- | config_file.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_file.pm b/config_file.pm index bc30cea..01991c7 100644 --- a/config_file.pm +++ b/config_file.pm @@ -24,6 +24,7 @@ sub parse_config 'group', 'url_on', 'url_len', + 'prefix_nick', 'prefix', 'antiflood_on'); my @list_configs = ( |