jaraco / irc

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

Question about adding global handlers #53

Closed jaraco closed 8 years ago

jaraco commented 8 years ago

How exactly does the priority system work? I get that lower numbers will be visited first but will higher numbers also be visited? Also is there anything that, if returned, will make the handler system stop dispatching events to the next (lower priority) functions in the list?


jaraco commented 8 years ago

I believe these docs answer your questions.


Original comment by: Jason R. Coombs

jaraco commented 8 years ago

Aha, thank you


Original comment by: Lizzy Trickster