Closed GoogleCodeExporter closed 9 years ago
I confirm this issue as well with v2.0.1
Original comment by alexande...@gmail.com
on 18 Mar 2015 at 5:31
I also tried it with 2.1-SNAPSHOT and UnrealIRCD and it seems that it doesn't
return anything (not null though)
Original comment by alexande...@gmail.com
on 18 Mar 2015 at 5:51
Yes this was fixed in 2.1. If WHOIS returns something like this
330 PircBotXUser OtherUser nickservAccount :is logged in as
Then getRegisteredAs() will return "nickservAccount". But if we get something
like these
330 PircBotXUser OtherUser :is logged in as
307 PircBotXUser OtherUser :has identified for this nick
Then getRegisteredAs() will return an empty string as the server doesn't tell
us what their nickserv name is.
With 2.1 do you get this behavior?
Original comment by Lord.Qua...@gmail.com
on 5 Apr 2015 at 12:53
I've tried to clarify this in the javadoc in Revision 115f065919ab
Original comment by Lord.Qua...@gmail.com
on 5 Apr 2015 at 1:00
Original comment by Lord.Qua...@gmail.com
on 11 Apr 2015 at 4:37
Original issue reported on code.google.com by
MandL...@gmail.com
on 16 Feb 2015 at 10:28