indrora / Atomic

Atomic: an IRC client from the ashes of yaaic
https://indrora.github.io/Atomic/
GNU General Public License v3.0
123 stars 29 forks source link

Ability to duplicate configurations. #18

Closed vext01 closed 10 years ago

vext01 commented 10 years ago

Due to a limitation in ZNC I need to connect to my bouncer multiple times with different commands issued upon connection (/msg *status jumpnetwork ). It is quite laborious to type the configs in multiple times. Could there be an option to duplicate an existing server config?

Cheers!

indrora commented 10 years ago

This has been requested several times by several people.

I will see how feasible this is.

indrora commented 10 years ago

Znc should support using username/network as the username (I use this method of network selection). Your build doesn't support this?

qwertfisch commented 10 years ago

What makes this method better? I use username/network for my different networks in ZNC but still I need to re-enter the same profile for each one, with only the username as difference. It would be helpful (for new users setting up their config), if one could just duplicate a server config.

indrora commented 10 years ago

Added server duplication in HEAD: 9a971f9022fd5

qwertfisch commented 10 years ago

Thank you, that comes quite handy. :)