From d95fa59541aaa4ea34f3188ef895e5fc5ed1f08a Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 18 Apr 2017 21:09:08 +1200 Subject: Make URL titles optional, enable in config --- config_file.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config_file.pm') 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', -- cgit v1.1