3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-29 06:02:38 +01:00
PyLink/coremods
James Lu c9ce4d1507 Irc: make sorting in joinModes() an option, and explicitly enable it in WHOIS output
This prevents mode lists from being sorted when they really shouldn't be, such as when relaying mode changes ("+qo nick nick" became +oq nick nick").

(cherry picked from commit 4b27ebbee4)
2016-08-01 17:59:31 -07:00
..
__init__.py core: add extban support in matchHost, and $account matching (#170) 2016-07-07 00:26:52 -07:00
control.py control: copy world.networkobjects to prevent RuntimeError 2016-07-01 22:20:24 -07:00
corecommands.py corecommands: really fix 'reload' 2016-07-23 22:02:08 -07:00
exttargets.py exttargets: verify target is in channel before calling getPrefixModes 2016-07-17 10:49:42 -07:00
handlers.py Irc: make sorting in joinModes() an option, and explicitly enable it in WHOIS output 2016-08-01 17:59:31 -07:00
service_support.py Integrate services_support and automode 2016-07-07 21:54:59 -07:00