flackr / circ

An IRC packaged chrome app
BSD 3-Clause "New" or "Revised" License
387 stars 79 forks source link

No support for multiple users on same server (ZNC) #357

Open suinswofi opened 8 years ago

suinswofi commented 8 years ago

One cannot create two servers that have the same hostname but a different password. For example:

/server 192.168.1.1 +12345 user1:mypassword1 /server 192.168.1.1 +12345 user2:mypassword2

ZNC then takes the login/password provided as a password and joins whatever matching server/rooms it is managing. Right now I can only use one at a time. Not really a big deal, but maybe allow multiple and uniquely identify a server based on its hostname, port, and password? That'd fix it quickly. Thanks in advance.

hughsaunders commented 8 years ago

duplicate of #351

djfjeff commented 8 years ago

I currently have the same as I cannot log into the second user for my second network...

jessesung commented 6 years ago

If you can add aliases to the server, there's a workaround in #351. :)