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

small change to make it possible to connect to all entries of a users network…

Open ghost opened this issue 9 years ago • 4 comments

on a single account

ghost avatar Mar 23 '16 05:03 ghost

This fixed my problem. Without this change, ZNC would just connect me to the freenode slug twice.

With this, I get connected to the bitlbee and freenode slugs.

titanofold avatar Aug 04 '16 11:08 titanofold

See also #14

strugee avatar Aug 04 '16 20:08 strugee

Was having issues connecting to multiple networks with znc.el. Every time I tried more than one, it would look like all networks were being reconnected and reloading. Then, for some networks, every time a user sent a message, it would get printed 2 times if I was connected to 2 networks, 3 times if I was connected to 3 networks, etc.

It looks like patching this into znc.el fixed the issue for me.

byronsanchez avatar Apr 13 '17 14:04 byronsanchez

@cloudkitsch You don't need modifies the code for that, change the user from my-user to my-user/my-network (like in weechat).

example:

(("znc.server.com" 6697 t 
   ((indymedia "my-user/indymedia" "my secret pass") 
    (freenode "my-user/freenode" "my secret pass"))))

ghost avatar Nov 16 '17 14:11 ghost