Optionally stay connected on Exception
Status: Beta
Brought to you by:
snoopdave
Currently, IRCConnection disconnects automatically if
any of the handlers for an incoming message throw an
uncaught exception. This is a little too unforgiving.
I'd like a method to disable the automatic disconnect.
The attached code modification to IRCConnection provides
this. Most of the method is unchanged. Look for
// ADDED by Rodney Kinney
// MODIFIED by Rodney Kinney
comments
Java source for IRCConnection.run() method