diff options
author | David Phillips <david@sighup.nz> | 2017-03-07 15:33:30 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-03-07 15:33:30 +1300 |
commit | e99c752927ba2e151ec887ea2e82e80d54ccea8c (patch) | |
tree | 7637f426eb24a3d0ea8db464e02996c422596721 /saxrobot | |
parent | 9dfe91a70781292bee0ecadf1ac5e13b495309eb (diff) | |
download | idalius-e99c752927ba2e151ec887ea2e82e80d54ccea8c.tar.xz |
Add configuration option for port
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: $!"; |