From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: Re: rcirc Date: Thu, 13 Mar 2008 11:29:34 +0100 Message-ID: <4uzlt26ho1.fsf@richardriley.net> References: <878x0niixf.fsf@bzg.ath.cx> <87prtz6i4v.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZkgw-0000Cl-Uk for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 06:29:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZkgv-0000CG-9m for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 06:29:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZkgu-0000CC-VO for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 06:29:41 -0400 Received: from fk-out-0910.google.com ([209.85.128.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZkgu-0002rn-1X for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 06:29:40 -0400 Received: by fk-out-0910.google.com with SMTP id 26so3510700fkx.10 for ; Thu, 13 Mar 2008 03:29:39 -0700 (PDT) In-Reply-To: <87prtz6i4v.fsf@member.fsf.org> (Tassilo Horn's message of "Thu, 13 Mar 2008 11:19:28 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Tassilo Horn Cc: emacs-orgmode@gnu.org Tassilo Horn writes: > Richard G Riley writes: > > Hi Richard, > >> rcirc doesnt seem to allow config of multiple servers and channels >> though so I thought org-mode might be useful for "remembering" servers >> and channels. > > Sure, it does! Thanks Tassilo! I didn't see that in the rcirc doc or customization-group. I must check the versions I have (I already moved back to erc). > > (setq rcirc-server-alist > '(("irc.freenode.net" > :channels ("#rcirc" "#zsh" "##metaconference" "#gnus" "#emacs" > "#stumpwm" "#latex" "#xfce" "#org-mode")) > ("irc.oftc.net" > :channels ("#bitlbee")) > ("localhost" > :channels ("&bitlbee")))) > > (setq rcirc-authinfo > `(("freenode" nickserv ,rcirc-default-nick ,th-nickserv-password-freenode) > ("oftc" nickserv ,rcirc-default-nick ,th-nickserv-password-oftc) > ("localhost" bitlbee ,rcirc-default-nick ,th-bitlbee-password))) > > Bye, > Tassilo