indrora / Atomic

Atomic: an IRC client from the ashes of yaaic
https://indrora.github.io/Atomic/
GNU General Public License v3.0
123 stars 29 forks source link

IRCConnection: sort users by their mode and their nickname #11

Closed jgeboski closed 10 years ago

jgeboski commented 10 years ago

Currently, users are only naturally sorted which leaves their prefixes in the mix. While this gets the ordering of users correct, it also neglects the priority of their prefixes. For a cleaner looking sort, users should first be sorted by their prefix, and then by their nicknames.