Support keyworded channels
--------------------------
Key: CONTINUUM-1856
URL:
http://jira.codehaus.org/browse/CONTINUUM-1856 Project: Continuum
Issue Type: Wish
Components: Notifier - IRC
Affects Versions: 1.1
Reporter: Chris Searle
Posting messages to IRC channels with keywords doesn't seem to be supported.
Looking at the API used -
org.schwering.irc.lib.IRCConnection.doPrivmsg(java.lang.String target, java.lang.String msg)
Doesn't seem to have built in support for it. But - if we can use the connect to channel then post a normal text - you could use:
org.schwering.irc.lib.IRCConnection.doJoin(java.lang.String chan, java.lang.String key)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira