From 65694d185582c9a6558ea8bfee99e56a5721540b Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 3 Sep 2018 16:14:22 +1200 Subject: Configurable modules --- config_file.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'config_file.pm') diff --git a/config_file.pm b/config_file.pm index b3bd38f..2b7b366 100644 --- a/config_file.pm +++ b/config_file.pm @@ -20,15 +20,14 @@ sub parse_config 'quit_msg', 'user', 'group', - 'url_on', 'url_len', 'prefix_nick', - 'prefix', - 'antiflood_on'); + 'prefix'); my @list_configs = ( 'channels', 'ignore', - 'admins'); + 'admins', + 'plugins'); my @optional_configs = ( 'password'); my $file = $_[0]; -- cgit v1.1