alright, so im making an irc bot, and im wondering a few ways that i could create a connection class, so that i can connect to multiple networks, i have it connecting to one server, i just dont know how to make that into a way to connect to more than one.
basically my question is: how can i take the current bot i wrote, rewrite it, with a connection class that can be reused to make multiple connections.