raisedragon / pircbotx

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

Doesn't work on UnrealIrcd, the event are not captures #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Download the example: 
https://code.google.com/p/pircbotx/source/browse/src/test/java/org/pircbotx/impl
/PircBotXExample.java?name=latest

set the configuration to connect to an Unreal IRCd

Expected output: When you write ?hello you would expect the bot to reply. The 
bot don't do anything, it just keep logging every event but the methods are not 
being called.

What version of the product are you using? The latest on the latest Mac OS X 
Yosemite.

Original issue reported on code.google.com by Albi.1...@gmail.com on 7 Jan 2015 at 11:58

GoogleCodeExporter commented 9 years ago
I regularly test on swiftirc which runs unreal and havent seen any issues

Are you sure your adding the listener? Can you attach your current file?

Original comment by Lord.Qua...@gmail.com on 8 Jan 2015 at 2:48

GoogleCodeExporter commented 9 years ago
Works on my end on SwiftIRC

16:08:51.603 [0-irc.swiftirc.net] INFO  org.pircbotx.InputParser - 
:TheLQ!~quackstar@Swift-C5E5EF82.swo.res.rr.com PRIVMSG #pircbotx :?hello
16:08:51.604 [0-irc.swiftirc.net] INFO  org.pircbotx.output.OutputRaw - PRIVMSG 
#pircbotx :TheLQ: Hello World!

Original comment by Lord.Qua...@gmail.com on 21 Jan 2015 at 9:09