ZNC.el
ZNC.el copied to clipboard
Make ERC and ZNC get along more goodest.
If join in `chat.freenode.net` to `#social` and in `irc.w3c.org` to `#social` the first channel is replaces/overwride to second. I try rename the buffer but I can't get the network name...
It would be convenient if the password was retrieved from auth source instead of being put in the configuration file. This could be done if password is `nil` for example....
I have a ZNC bouncer set up with one account connecting to multiple networks. Using `znc-erc` to connect to a single network works great, but upon connecting to the second...
I'm seeing `Package cl is deprecated` on emacs 27.2. Based on [this thread](https://github.com/kiwanami/emacs-epc/issues/35) it seems like maybe it's possible to just swap out `(require 'cl)` with `(require 'cl-lib)`?
on a single account
When I issue `(kill-current-buffer)` It will part the channel, meaning i will have to join it again on other irc clients, instead of simply detaching like it is described on...
I get this prompt in minibuffer when I run `znc-all`: ``` NickServ password for on Unknown network (RET to cancel) ``` I always suppress that by pressing RET twice. After...
For those that save query buffers in ZNC, it is useful to see what messages you sent as well as what messages the other person sent. ERC can do this...
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...