mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-20 20:46:52 +00:00
honor irc_local when reconnecting too
This commit is contained in:
parent
67a864dd70
commit
06ec0374a4
@ -862,7 +862,7 @@ sub irc_error()
|
||||
return;
|
||||
# this will keep irc_error_active
|
||||
}
|
||||
$channels{irc} = new Channel::Line(new Connection::Socket(tcp => "" => $config{irc_server} => 6667));
|
||||
$channels{irc} = new Channel::Line(new Connection::Socket(tcp => $config{irc_local} => $config{irc_server} => 6667));
|
||||
delete $store{$_} for grep { /^irc_/ } keys %store;
|
||||
$store{irc_nick} = "";
|
||||
schedule sub {
|
||||
|
Loading…
Reference in New Issue
Block a user