8573 / irc-bot.rs

A library for writing Internet Relay Chat (IRC) bots in the Rust programming language (@rust-lang).
Other
25 stars 12 forks source link

Shut down the receiving thread for a server on QUITing from that server #36

Open 8573 opened 6 years ago

8573 commented 6 years ago

I note that the threads already shut down on ping timeout; perhaps I could find the code that makes them do that and make it work for QUITs as well.