Ribesg/Alix

ArrayIndexOutOfBoundsException code 353 on JOIN

Closed this issue · 2 comments

On JOIN:

2014-02-24 11:08:03,582 :BooBot MODE BooBot :+iwxz
2014-02-24 11:08:03,640 SENDING MESSAGE: ': JOIN #boozaa\r\n'
2014-02-24 11:08:03,685 RECEIVED MESSAGE: ':BooBot!BooBot@xxxxxx.org JOIN :#boozaa'
2014-02-24 11:08:03,685 RECEIVED MESSAGE: ':irc.xxxx.fr 353 BooBot = #boozaa :BooBot @boozaa '
2014-02-24 11:08:03,685 RECEIVED MESSAGE: ':irc.xxxx.fr 366 BooBot #boozaa :End of /NAMES list.'
2014-02-24 11:08:03,685 :BooBot!BooBot@xxxxxx.org JOIN :#boozaa
2014-02-24 11:08:03,685 :irc.xxxx.fr 366 BooBot #boozaa :End of /NAMES list.


Exception in thread "Thread-22" 
java.lang.ArrayIndexOutOfBoundsException: 0 at fr.ribesg.alix.network.InternalMessageHandler.handleMessageAsync(InternalMessageHandler.java:86)
at fr.ribesg.alix.network.InternalMessageHandler.access$000(InternalMessageHandler.java:26)
at fr.ribesg.alix.network.InternalMessageHandler$1.run(InternalMessageHandler.java:55)
at java.lang.Thread.run(Thread.java:744)

'messageString' value received =

2014-02-24 11:08:03,685 :irc.xxxx.fr 353 BooBot =   #boozaa :BooBot @boozaa 

Not fixed.

Fixed!