main thing to do is just make sure you use /server -m so you aren't disconnected from the server you are already connected to.
Make or use very simple connections ( hopefully one file connections it's easier ). You are looking for something compact and self sufficient like nick's conn for buzzen or sparks conn for sparkpea. It's helpful if the connection doesn't have anything set up for a theme. Also the socket names will have to be different of course. look for the /server command and add the -m to it. I use a lot of if ($network == blah sort of stuff to make sure things that only work for certain servers will not muck up how the script interacts with other servers. Like i keep saying it isn't hard and i can totally understand why nobody is really releasing this sort of thing. It's hard enough keeping a script updated that works on one chat service. You would really compound your work trying to deal with multiple connections and different server updates all for public use.
This project is just something I did for me as i hated having to run several different scripts. I posted about it because I know others would like to do the same and I thought I would share a bit about how I did it.
