[Top][All Lists]
[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.
- [Orgmode] rcirc, Richard G Riley, 2008/03/12
- Re: [Orgmode] rcirc, Bastien Guerry, 2008/03/12
- Re: [Orgmode] rcirc, Richard G Riley, 2008/03/12
- Re: [Orgmode] rcirc, Bastien Guerry, 2008/03/12
- Re: [Orgmode] rcirc (bug?), Richard G Riley, 2008/03/13
- Re: [Orgmode] rcirc (bug?), Phil Jackson, 2008/03/13
- Re: [Orgmode] rcirc (bug?), Richard G Riley, 2008/03/13
- Re: [Orgmode] rcirc (bug?), Phil Jackson, 2008/03/13
- Re: [Orgmode] rcirc (bug?), Richard G Riley, 2008/03/13
- Message not available
- Re: [Orgmode] rcirc (bug?), Richard G Riley, 2008/03/13
- [Orgmode] Re: rcirc,
Tassilo Horn <=
- Re: [Orgmode] Re: rcirc, Richard G Riley, 2008/03/13
- Re: [Orgmode] Re: rcirc, Tassilo Horn, 2008/03/13
Re: [Orgmode] rcirc, Bastien, 2008/03/12