-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added IrcMac, which is an abstraction layer for writing/reading from the TcpClient. This will prevent NREs from happening since we never set this to null. Our ReceiverThread will also return for ANY Exception, instead of swallowing it and causing an NRE (or now, an ODE) from happening over and over again..
- Loading branch information
1 parent
533303a
commit 2808221
Showing
2 changed files
with
220 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.