Skip to content

Instantly share code, notes, and snippets.

@azenla
Created April 14, 2013 22:11
Show Gist options
  • Save azenla/5384455 to your computer and use it in GitHub Desktop.
Save azenla/5384455 to your computer and use it in GitHub Desktop.
PircBotX Error
/usr/lib/jvm/java-7-openjdk-amd64/bin/java -Didea.launcher.port=7532 -Didea.launcher.bin.path=/usr/idea/bin -Dfile.encoding=UTF-8 -classpath /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar:/usr/lib/jvm/java-7-openjdk-amd64/lib/dt.jar:/usr/lib/jvm/java-7-openjdk-amd64/lib/sa-jdi.jar:/usr/lib/jvm/java-7-openjdk-amd64/lib/jconsole.jar:/home/user/IdeaProjects/IRC/KenBot/out/production/KenBot:/home/user/IdeaProjects/IRC/KenBot/lib/pircbotx.jar:/usr/idea/lib/idea_rt.jar com.intellij.rt.execution.application.AppMain kaendfinger.kenbot.core.KenBot
1 module has been identified
Parse004: [KenBotDev, chaos.esper.net, charybdis-3.3.0, DQRSZagiloswz, CFILPQbcefgijklmnopqrstvz, bkloveqjfI]
<#kaendfinger> ** KenBotDev joined the channel
<#kaendfinger><kaendfinger> $help
java.lang.StringIndexOutOfBoundsException: String index out of range: 99
at java.lang.String.charAt(String.java:658)
at org.pircbotx.Utils.tokenizeLine(Utils.java:221)
at org.pircbotx.PircBotX.processServerResponse(PircBotX.java:1917)
at org.pircbotx.PircBotX.handleLine(PircBotX.java:1645)
at kaendfinger.kenbot.core.BotExtender.handleLine(BotExtender.java:63)
at org.pircbotx.InputThread.run(InputThread.java:100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment