diff options
author | David Phillips <david@sighup.nz> | 2018-08-07 20:41:50 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-08-07 20:41:50 +1200 |
commit | d12a8259304b26a19e89e742d4e2f4e651347847 (patch) | |
tree | 71f2400891cff0ae5569e11d9f4c35c3fd853ee1 | |
parent | 4f1d6488c81320e31addf011145b2379040a87aa (diff) | |
download | idalius-d12a8259304b26a19e89e742d4e2f4e651347847.tar.xz |
Reset nick on (re)connection
-rwxr-xr-x | idalius.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -151,6 +151,7 @@ sub irc_001 { log_info("Connected to server ", $heap->server_name()); + $current_nick = $config{nick}; $heap->yield(join => $_) for @{$config{channels}}; $irc->delay(custom_ping => $ping_delay); return; |