diff options
author | David Phillips <david@sighup.nz> | 2017-04-18 21:09:08 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-04-18 21:21:46 +1200 |
commit | d95fa59541aaa4ea34f3188ef895e5fc5ed1f08a (patch) | |
tree | b285dd112e784d92af3d842aa619a870d63b903b /config_file.pm | |
parent | fc701ff151b8826aac23aab77493718d1836c492 (diff) | |
download | idalius-d95fa59541aaa4ea34f3188ef895e5fc5ed1f08a.tar.xz |
Make URL titles optional, enable in config
Diffstat (limited to 'config_file.pm')
-rw-r--r-- | config_file.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config_file.pm b/config_file.pm index fe23b89..feb2c9f 100644 --- a/config_file.pm +++ b/config_file.pm @@ -19,7 +19,9 @@ sub parse_config 'must_id', 'quit_msg', 'user', - 'group'); + 'group', + 'url_on', + 'url_len'); my @list_configs = ( 'channels', 'ignore', |