-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4129: Allow ChannelListener in same channel
Before you weren't able to place a listener proxy (ChannelListener) into the same channel that you're currently in and if you joined a channel that you were listening to before, your listener proxy would be removed from that channel. It was brought to my attention though that there are cases in which a person wants to hear what's going on in several channels and thus places listener proxies into them. However if that same person needs to constantly hop between these listened channels (e.g. to talk to the folks in there), it gets very annoying as that person constantly has to think about re-adding the listener proxy into the channel it just left.
- Loading branch information
Showing
4 changed files
with
33 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters