Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Add support for simultaneous connections to more than one weechat #53

Open
sleep-walker opened this issue Oct 17, 2016 · 1 comment
Open

Comments

@sleep-walker
Copy link

When I try to connect to other instance of weechat, I'm asked whether the other connection should be replaced. If I refuse, no connection is made, if I agree, former connection is closed.

There should be no reason for this limitation.

@the-kenny
Copy link
Owner

Tomáš Čech [email protected] writes:

When I try to connect to other instance of weechat, I'm asked whether
the other connection should be replaced. If I refuse, no connection is
made, if I agree, former connection is closed.

Unfortunately I didn't think of multiple connections when writing
weechat.el. This results in a fairly big "singleton" that holds the data
of available channels, connection information, relevant buffers, etc.

Changing this would be quite a refactoring and I don't have plans to add
this in the foreseeable future.

I'm happy to review any Pull Requests working in this direction.

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

No branches or pull requests

2 participants