diff options
Diffstat (limited to 'saxrobot')
-rwxr-xr-x | saxrobot | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ my %config = sb_config::parse_config('bot.conf'); my $irc = POE::Component::IRC->spawn( nick => $config{nick}, ircname => $config{ircname}, + port => $config{port}, server => $config{server}, username => $config{username}, ) or die "Failed to create new PoCo-IRC: $!"; |