Skip to content
Snippets Groups Projects
Commit 9693967c authored by Neil Muller's avatar Neil Muller
Browse files

Drop sorted() from event_handler

This breaks on python 3 with "TypeError: unorderable types:"

The sorting was originally added to irclib to fix
https://sourceforge.net/p/python-irclib/bugs/9/
( in https://github.com/jaraco/irc/commit/ad159cbbf1d00fe15876a61d0abf88e43f5112ca)
but as irkerd doesn't have event priorties, the issue doesn't
apply here anyway.

This closes #11.
parent dc0f65a7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment