raisedragon / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

ChanServ set mode on User Error #241

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[2015/05/21 14:39:39] [botPool0-bot0] [ERROR] org.pircbotx.PircBotX - Exception 
encountered when parsing line :ChanServ!ChanServ@services. MODE ##neobotwar +o 
JZTech101
org.pircbotx.exception.DaoException: UnknownUser: ##neobotwar
    at org.pircbotx.UserChannelDao.getUser(UserChannelDao.java:99)
    at org.pircbotx.InputParser.processMode(InputParser.java:929)
    at org.pircbotx.InputParser.processCommand(InputParser.java:608)
    at org.pircbotx.InputParser.handleLine(InputParser.java:354)
    at org.pircbotx.PircBotX.startLineProcessing(PircBotX.java:388)
    at org.pircbotx.PircBotX.connect(PircBotX.java:337)
    at org.pircbotx.PircBotX.startBot(PircBotX.java:187)
    at org.pircbotx.MultiBotManager.executeBot(MultiBotManager.java:245)
    at org.pircbotx.MultiBotManager$BotRunner.call(MultiBotManager.java:256)
    at org.pircbotx.MultiBotManager$BotRunner.call(MultiBotManager.java:248)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

Original issue reported on code.google.com by jzhou2...@gmail.com on 21 May 2015 at 6:44

GoogleCodeExporter commented 9 years ago
When ChanServ sets mode on a user, it gives the above error

Original comment by jzhou2...@gmail.com on 21 May 2015 at 11:35