Details
-
Wish
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1
-
None
Description
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)