Skip to content

v2.0.0: Merge pull request #61 from go-irc/remove-msg-from-chan

Compare
Choose a tag to compare
@belak belak released this 23 May 22:10
· 66 commits to master since this release
01e72ff
  • 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.