raisedragon / pircbotx

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

getChannels() only returning last joined channel #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
ImmutableSortedSet<Channel> c = user.getChannels(); returns only one channel, 
typically the last one the user/bot joined.

What is the expected output? What do you see instead?

I expect the bot to return ALL channels it is in, instead of just one. 

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jzhou2...@gmail.com on 7 Sep 2014 at 3:29

GoogleCodeExporter commented 9 years ago
I am having the same Issue, I want to get the list of all channels a user has 
joined. And Can I pass a username and then know all the channels he has joined 
using PircBotX library ? If yes, Please let me know with code snippets

Original comment by karancha...@gmail.com on 8 Sep 2014 at 7:22

GoogleCodeExporter commented 9 years ago
Fixed in latest build

Original comment by Lord.Qua...@gmail.com on 31 Oct 2014 at 1:59