* nickserv identify with erc or rcirc
@ 2011-01-16 20:08 B. T. Raven
2011-01-16 20:48 ` Deniz Dogan
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: B. T. Raven @ 2011-01-16 20:08 UTC (permalink / raw)
To: help-gnu-emacs
Can something be put in .emacs to identify my nick to the irc server
automatically?
Tnx,
Ed
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: nickserv identify with erc or rcirc
2011-01-16 20:08 nickserv identify with erc or rcirc B. T. Raven
@ 2011-01-16 20:48 ` Deniz Dogan
2011-01-16 20:50 ` Deniz Dogan
2011-01-16 20:48 ` Tassilo Horn
[not found] ` <mailman.10.1295210940.24679.help-gnu-emacs@gnu.org>
2 siblings, 1 reply; 5+ messages in thread
From: Deniz Dogan @ 2011-01-16 20:48 UTC (permalink / raw)
To: B. T. Raven; +Cc: help-gnu-emacs
2011/1/16 B. T. Raven <nihil@nihilo.net>:
>
> Can something be put in .emacs to identify my nick to the irc server
> automatically?
>
rcirc:
M-x customize-variable RET rcirc-server-alist RET
erc:
M-x customize-variable RET erc-autojoin-channels-alist RET
Hope that helps,
Deniz Dogan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: nickserv identify with erc or rcirc
2011-01-16 20:08 nickserv identify with erc or rcirc B. T. Raven
2011-01-16 20:48 ` Deniz Dogan
@ 2011-01-16 20:48 ` Tassilo Horn
[not found] ` <mailman.10.1295210940.24679.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 5+ messages in thread
From: Tassilo Horn @ 2011-01-16 20:48 UTC (permalink / raw)
To: help-gnu-emacs
"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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: nickserv identify with erc or rcirc
2011-01-16 20:48 ` Deniz Dogan
@ 2011-01-16 20:50 ` Deniz Dogan
0 siblings, 0 replies; 5+ messages in thread
From: Deniz Dogan @ 2011-01-16 20:50 UTC (permalink / raw)
To: B. T. Raven; +Cc: help-gnu-emacs
2011/1/16 Deniz Dogan <deniz.a.m.dogan@gmail.com>:
> 2011/1/16 B. T. Raven <nihil@nihilo.net>:
>>
>> Can something be put in .emacs to identify my nick to the irc server
>> automatically?
>>
>
> rcirc:
> M-x customize-variable RET rcirc-server-alist RET
>
> erc:
> M-x customize-variable RET erc-autojoin-channels-alist RET
>
I'm tired, forget what I just said.
--
Deniz Dogan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: nickserv identify with erc or rcirc
[not found] ` <mailman.10.1295210940.24679.help-gnu-emacs@gnu.org>
@ 2011-01-16 21:35 ` B. T. Raven
0 siblings, 0 replies; 5+ messages in thread
From: B. T. Raven @ 2011-01-16 21:35 UTC (permalink / raw)
To: help-gnu-emacs
Thanks, Tassilo and Deniz. Tassilo had what I wanted but afterwards this
was written into my .emacs under custom-set-variables:
'(rcirc-authinfo (quote (("" nickserv "nick" "psword"))))
Different from format returned by C-h v ???
Deniz: I already had something like what you recommended so your
reference wasn't in vain:
'(rcirc-startup-channels-alist (quote (("^irc.dal.net$" "#somechan")
("^irc.freenode.net$" "#rcirc"))))
but only this first channel is joined automatically
Tassilo Horn wrote:
> "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
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-01-16 21:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-16 20:08 nickserv identify with erc or rcirc B. T. Raven
2011-01-16 20:48 ` Deniz Dogan
2011-01-16 20:50 ` Deniz Dogan
2011-01-16 20:48 ` Tassilo Horn
[not found] ` <mailman.10.1295210940.24679.help-gnu-emacs@gnu.org>
2011-01-16 21:35 ` B. T. Raven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).