--- deliantra/maps/perl/schmorp-irc.ext 2006/09/29 19:21:25 1.16 +++ deliantra/maps/perl/schmorp-irc.ext 2006/10/01 18:18:34 1.17 @@ -5,10 +5,12 @@ # requires: commands.ext -my $BOTSERVER = 'localhost'; -my $BOTPORT = '6667'; -my $BOTNAME = 'cfbot'; -my $BOTCHAN = '#cf'; +return unless $cf::CFG{irc_server}; + +my $BOTSERVER = $cf::CFG{irc_server}; +my $BOTPORT = $cf::CFG{irc_port}; +my $BOTNAME = $cf::CFG{irc_nick}; +my $BOTCHAN = $cf::CFG{irc_chan}; my $CON; # the connection