How do I get my bot to reconnect to the IRC server?
The onDisconnect() method is called whenever the bot becomes disconnected from the IRC server, so you can override this method and make it so that it calls the appropriate methods to connect to the IRC server again and join the required channels. In case the reconnection attempt fails, you might like to consider placing this kind of thing in a while loop so it keeps trying until it’s connected.