[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Circe-help] Auto-Identification works only for the first server
From: |
Tassilo Horn |
Subject: |
[Circe-help] Auto-Identification works only for the first server |
Date: |
Sat, 17 Feb 2007 16:56:06 +0100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux) |
Hi all,
I connect to 3 irc servers on which I am registered. So I use this
configuration:
--8<---------------cut here---------------start------------->8---
(defun irc ()
(interactive)
(circe "irc.freenode.net" "6667" "freenode")
(circe "irc.oftc.net" "6667" "oftc")
(circe "irc.double0.net" "6667" "double0"))
(setq circe-default-realname user-full-name
circe-default-nick "tsdh"
circe-default-user "heimdall"
circe-server-auto-join-channels
'(("^freenode$" "#gnus" "#fsf" "#gnu" "#stumpwm" "#emacs")
("^oftc$" "#fish" "#bitlbee")
("^double0$" "#ommh"))
circe-nickserv-passwords `(("freenode" ,th-nickserv-password-freenode)
("oftc" ,th-nickserv-password-oftc)
("double0" ,th-nickserv-password-double0))
circe-highlight-nick-type 'message)
--8<---------------cut here---------------end--------------->8---
Unfortunately, auto-identification only works on freenode. On oftc and
double0 I have to identify manually although it's the same command (/msg
NickServ IDENTIFY ***).
Bye,
Tassilo
--
My opinions may have changed, but not the fact that I am right.
- [Circe-help] Auto-Identification works only for the first server,
Tassilo Horn <=