ZNC.el
ZNC.el copied to clipboard
Have to enter the IRC network password when using multiple networks
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?
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.