Merge pull request #199 from belak/fix-suffix-handling
Handle suffix as a plain param
This commit is contained in:
commit
bbc99b1d20
5 changed files with 647 additions and 1322 deletions
|
@ -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!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue