help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: nickserv identify with erc or rcirc


From: Tassilo Horn
Subject: Re: nickserv identify with erc or rcirc
Date: Sun, 16 Jan 2011 21:48:35 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

"B. T. Raven" <nihil@nihilo.net> writes:

> Can something be put in .emacs to identify my nick to the irc server
> automatically?

For rcirc:

,----[ C-h v rcirc-authinfo RET ]
| rcirc-authinfo is a variable defined in `rcirc.el'.
| Its value is [...]
| 
| Original value was nil
| 
| Documentation:
| List of authentication passwords.
| Each element of the list is a list with a SERVER-REGEXP string
| and a method symbol followed by method specific arguments.
| 
| The valid METHOD symbols are `nickserv', `chanserv' and
| `bitlbee'.
| 
| The ARGUMENTS for each METHOD symbol are:
|   `nickserv': NICK PASSWORD [NICKSERV-NICK]
|   `chanserv': NICK CHANNEL PASSWORD
|   `bitlbee': NICK PASSWORD
| 
| Examples:
|  (("freenode" nickserv "bob" "p455w0rd")
|   ("freenode" chanserv "bob" "#bobland" "passwd99")
|   ("bitlbee" bitlbee "robert" "sekrit")
|   ("dal.net" nickserv "bob" "sekrit" "NickServ@services.dal.net"))
| 
| You can customize this variable.
`----

Bye,
Tassilo




reply via email to

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