Notify config
This commit is contained in:
parent
52503dfebf
commit
fa55cd636b
@ -24,6 +24,7 @@ sub load {
|
||||
my $host = $config->{node}->{host};
|
||||
my @echoareas = split /,/, $config->{node}->{echoareas};
|
||||
my $name = $config->{node}->{name};
|
||||
my $notify = $config->{notify}->{enabled};
|
||||
|
||||
$c = {
|
||||
nick => $nick,
|
||||
@ -31,6 +32,7 @@ sub load {
|
||||
host => $host,
|
||||
echoareas => [@echoareas],
|
||||
name => $name,
|
||||
notify => $notify,
|
||||
};
|
||||
|
||||
return $c;
|
||||
|
Loading…
Reference in New Issue
Block a user