Merge pull request #199 from belak/fix-suffix-handling

Handle suffix as a plain param
This commit is contained in:
Aaron Weiss 2020-01-31 13:21:10 -05:00 committed by GitHub
commit bbc99b1d20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 647 additions and 1322 deletions

View file

@ -29,7 +29,7 @@ async fn main() -> irc::error::Result<()> {
while let Some(message) = stream.next().await.transpose()? {
match message.command {
Command::Response(Response::RPL_ISUPPORT, _, _) => {
Command::Response(Response::RPL_ISUPPORT, _) => {
client.send_privmsg(
"#commits",
format!(