sshirokov / ZNC.el

Make ERC and ZNC get along more goodest.
MIT License
56 stars 20 forks source link

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

Open ghost opened 8 years ago

ghost commented 8 years ago

on a single account

titanofold commented 8 years ago

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.

strugee commented 8 years ago

See also #14

byronsanchez commented 7 years ago

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.

ghost commented 6 years ago

@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"))))