Subject: | Nick change not properly set when connecting and getting an ERR_NICKINUSE |
Date: | Mon, 18 Nov 2013 18:19:13 +0100 |
To: | bug-Net-Async-IRC [...] rt.cpan.org |
From: | Andreas Guldstrand <andreas.guldstrand [...] gmail.com> |
<pink_mist> LeoNerd: I've got a problem with Net::Async::IRC ... if I
connect to a server and the
nick I want to use is already in use, I get an ERR_NICKINUSE, and
can issue a new
change_nick using a different nickname .. however that nick isn't
"set" since
https://metacpan.org/source/PEVANS/Net-Async-IRC-0.07/lib/Net/Async/IRC.pm#L353
doesn't realize that the prefix can be empty if the server hasn't
actually given you a nick yet
<LeoNerd> Define "that nick isn't set"
<pink_mist> $self->_set_nick( $hints->{new_nick} ); <-- is never called