* Removed deprecated arguments to ServerConnection.connect. See notes on the
3.6.1
=====
* Filter out disconnected sockets when processing input.
3.6
===
* Created two new exceptions in `irc.client`: `MessageTooLong` and `InvalidCharacters`. * Use explicit exceptions instead of ValueError when sending data.
3.5
===
* SingleServerIRCBot now accepts keyword arguments which are passed through to the `ServerConnection.connect` method. One can use this to use SSL for connections::