aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
526 stars 100 forks source link

feat: add multi lines support for CTCP #208

Closed tirz closed 4 years ago

tirz commented 4 years ago

I tried to replace some send_privmsg into send_ctcp on a personal project... And it breaks everything :/ !

This PR simply add a multi lines support for send_ctcp as it is already implemented for send_privmsg.

aatxe commented 4 years ago

Looks good to me, cheers!