all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ERC disconnection issue
@ 2008-11-24 11:18 Francis Moreau
  0 siblings, 0 replies; only message in thread
From: Francis Moreau @ 2008-11-24 11:18 UTC (permalink / raw)
  To: gnu-emacs-help

Hello,

I'm starting using erc on private network, but I'm disconnected quite
often.

ERC try to reconnect to the server automatically but always fails
whereas if after being disconnected I restart ERC, then it works. And
it's not really convenient because it emits every second in the echo
area "Loggin failed...".

I tried to connect to the server 2 different ways:

,----
| (setq erc-server "xxxxxx")
| (setq erc-port 6667)
| (setq erc-nick "xxxxxx")
| (setq erc-password "xxxxx")
`----

or

,----
| (setq erc-password "xxxxxxx")
| (erc-ssl :server "xxxxxx" :port "6667" :nick "xxxxx" :password erc-password))
`----

but all of them give the same result.

BTW, is the field ":password" mandatory for the second case?

Could anybody give me some advices here ?

thanks
-- 
Francis




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-24 11:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24 11:18 ERC disconnection issue Francis Moreau

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.