raisedragon / pircbotx

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

Channel name malform when passed from an inviteEvent #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Send invite to have bot join room
2.Let the listener method for onInvite
3.

What is the expected output? What do you see instead?
it should pass a channel object by using the Event, but when the use the 
getChannel() method to get a channel object the name is malformed and gives the 
bot name instead of the channel name

What version of the product are you using? On what operating system?
2.0 Alpha on Java 1.5 on mac OSX 10.5.8

Please provide any additional information below.

Original issue reported on code.google.com by italian...@gmail.com on 11 May 2011 at 5:31

GoogleCodeExporter commented 9 years ago
Fixed in Revision 8493634d6631 ( 
http://code.google.com/p/pircbotx/source/detail?r=8493634d6631c6b0c8c4995db1c5d9
65bc6408fc ). I think this also fixes a few other issues waiting to happen as 
it would create channels for everything. 

Snapshot deployed with that as well

Original comment by Lord.Qua...@gmail.com on 15 May 2011 at 5:42