ZNC.el icon indicating copy to clipboard operation
ZNC.el copied to clipboard

Have to enter the IRC network password when using multiple networks

Open divansantana opened this issue 9 years ago • 1 comments

Hi,

Myself, and other users, as reported on this blog post about using znc.el+znc with erc+spacemacs etc, have an issue when using znc.el and multiple networks.

Basically when you run znc-all, one needs to type in each IRC network password in manually.

My configure is like so:

(use-package znc
  :ensure t
  :pin melpa
  :config
  (setq znc-servers '(("znc.mydomain.com" 10667 t
                       ((gitter "divansantana/gitter" "myzncserverpassword")
                        (freenode "divansantana/freenode" "myzncserverpassword")))))
  )

Is there a way to get this to connect without having to manually enter each IRC network password on connect?

divansantana avatar Oct 29 '16 21:10 divansantana

Correct link to blog.

Secondly, I don't have to enter in the password, rather it prompts me for the password, though just pressing enter seems to be good enough for it to connect and work.

divansantana avatar Jul 16 '17 13:07 divansantana