jaraco / irc

Full-featured Python IRC library for Python.
MIT License
392 stars 86 forks source link

Protected operator mode +a (on Rizon) not interpreted in bot.py #75

Closed HarHar closed 8 years ago

HarHar commented 8 years ago

Currently it stores modes +v/+h/+o/+q, but, on Rizon, there's +a between +o and +q, and I could not use this irc library to get a list of +a nicks, altho I could with any other mode, so +a admins are not considered admins, but, instead, regular users. If possible could you tell me a way to check if a user has mode +a or implement +a userlist storing? I'm not sure how the inner workings of this library goes so I could not come up with a patch

HarHar commented 8 years ago

Thank you so much!