aatxe / irc

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

Disable Pinger until after MOTD #222

Closed Freaky closed 3 years ago

Freaky commented 3 years ago

Some servers ignore PING commands until after login, so clients would otherwise always time out, as mentioned in #207, #214, and #218.

With this change I am able to reliably connect to ircu servers.

Freaky commented 3 years ago

For interest, the client I've been testing this with: annoirc, an async alternative to url-bot-rs.

aatxe commented 3 years ago

Thanks, looks good to me!