This numeric isn’t part of RFC 1459, but I would like to be able to use it in order to properly stack and unstack modes in an IRC bot. Are there any mainstream IRC servers that don’t send this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s an optional recommendation to the spec, meaning that people who write clients must not rely on the server always sending a
005. So you can either make it an optional optimization for mode stacking/unstacking, or make it so your bot only works with servers that send a 005 on connection processing.That being said, I don’t think I’ve ever used a mainstream IRC network that didn’t send an 005 during connection processing. I know that’s not saying much, and I don’t even have any data to back that up with.