Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have to enter the IRC network password when using multiple networks #25

Open
divansantana opened this issue Oct 29, 2016 · 1 comment
Open

Comments

@divansantana
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant