Richard G Riley <[EMAIL PROTECTED]> 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!

--8<---------------cut here---------------start------------->8---
(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)))
--8<---------------cut here---------------end--------------->8---

Bye,
Tassilo
-- 
Richard Stallman wrote a program to compute the last digit of pi.



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to