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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Mar 23, 2016

on a single account

@titanofold
Copy link

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

strugee commented Aug 4, 2016

See also #14

@byronsanchez
Copy link

byronsanchez commented Apr 13, 2017

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

ghost commented Nov 16, 2017

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

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

Successfully merging this pull request may close these issues.

3 participants