emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: rcirc


From: Tassilo Horn
Subject: [Orgmode] Re: rcirc
Date: Thu, 13 Mar 2008 11:19:28 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Richard G Riley <address@hidden> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]