circe-help
[Top][All Lists]
Advanced

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

[Circe-help] Auto-Identification only works for freenode (was: Auto-Iden


From: Tassilo Horn
Subject: [Circe-help] Auto-Identification only works for freenode (was: Auto-Identification works only for the first server)
Date: Tue, 27 Feb 2007 10:45:00 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.94 (gnu/linux)

Tassilo Horn <address@hidden> writes:

Hi again,

> I connect to 3 irc servers on which I am registered. So I use this
> configuration:
>
> (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)
>
> 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 ***).

It has nothing to do with the order of the items in
circe-nickserv-passwords. Auto-Identify only works for freenode, even if
I shuffle the items.

Any clue?

Bye,
Tassilo





reply via email to

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