diff options
Diffstat (limited to 'config_file.pm')
-rw-r--r-- | config_file.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config_file.pm b/config_file.pm index 304338f..01991c7 100644 --- a/config_file.pm +++ b/config_file.pm @@ -15,6 +15,8 @@ sub parse_config 'server', 'port', 'usessl', + 'sslcert', + 'sslkey', 'password', 'must_id', 'quit_msg', @@ -22,6 +24,7 @@ sub parse_config 'group', 'url_on', 'url_len', + 'prefix_nick', 'prefix', 'antiflood_on'); my @list_configs = ( |