GitHub user wlami opened a pull request: https://github.com/apache/camel/pull/971
Add support for listing users of a channel after it has been joined. This pull requests adds a new option to the camel-irc component that invokes the irc `NAMES` command for a channel after it has been joined by the component. This results in several replies by the server which then can be processed in order to get the list of users. The component documentation contains an example route in order to get the usernames. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wlami/camel feature-names-command Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/971.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #971 ---- commit ebe4189937f8f3ee0c956c7a0182d1bada7b978a Author: Wladislaw Mitzel <mit...@tawadi.de> Date: 2016-05-01T11:05:12Z Add support for listing users of a channel after it has been joined. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---