jaraco / irc

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

Multiple reply numerics missing from irc.events #45

Closed jaraco closed 8 years ago

jaraco commented 8 years ago

i noticed that the event list was missing quite a lot of numerics (I have a list from an old library that I used to use that goes up to around 999 though it's not a straight through block, so to speak)

If you want I can PR them across. (Since my bot makes use of 330: whois account for NickServ based authentication)


jaraco commented 8 years ago

Good idea. Pull request desired. If possible, have the numerical reference their source.


Original comment by: Jason R. Coombs

jaraco commented 8 years ago

I'll work on it over the weekend and PR something next week


Original comment by: Lizzy Trickster

jaraco commented 8 years ago

Thanks for the PR. Feel free to submit additional ones as desired.


Original comment by: Jason R. Coombs