v2.0.0: Merge pull request #61 from go-irc/remove-msg-from-chan
- CTCP messages will no longer be rewritten. The decision was made that this
library should pass through all messages without mangling them. - Remove Message.FromChannel as this is not always accurate, while
Client.FromChannel should always be accurate.