Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 55597 invoked from network); 26 Aug 2008 20:35:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Aug 2008 20:35:56 -0000 Received: (qmail 33786 invoked by uid 500); 26 Aug 2008 20:35:54 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 33755 invoked by uid 500); 26 Aug 2008 20:35:54 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 33744 invoked by uid 99); 26 Aug 2008 20:35:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2008 13:35:54 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2008 20:34:57 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id CF15C14A803D for ; Tue, 26 Aug 2008 15:35:26 -0500 (CDT) Message-ID: <7653012.1219782926827.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Tue, 26 Aug 2008 15:35:26 -0500 (CDT) From: "Chris Searle (JIRA)" To: issues@continuum.apache.org Subject: [jira] Created: (CONTINUUM-1856) Support keyworded channels MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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