museun / twitchchat

interface to the irc portion of Twitch's chat
Apache License 2.0
103 stars 23 forks source link

Make a big note about the commands conversion #214

Open museun opened 3 years ago

museun commented 3 years ago

Commands::from(irc_msg) and Commands::from_irc(irc_msg) do something entirely different.

the From<IrcMessage> for Commands impl will always produce Commands::Raw while the from_irc method will actually do the messages