You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing irc_proto::chan::ChannelExt and replacing my own valid_channel(&str) with a method that calls foo.to_string().is_channel_name() provided by the library causes my unit tests to fail. 🤔
So, check RFCs, add unit tests to irc-proto and fix it...
why reinvent the wheel when somebody made an IRCv3 compliant protocol lib
The text was updated successfully, but these errors were encountered: