3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-12 05:02:33 +01:00
PyLink/protocols
James Lu 58558c89ae ngircd: ignore KILLs not meant for us
ngIRCd sends QUIT after a successful KILL, so trying to remove the target twice is erroneous and will cause a crash.

TODO: what happens if an external KILL is never responded to for whatever reason?
2017-07-05 02:17:15 -07:00
..
__init__.py Make plugins/ and protocols/ namespaces 2016-07-20 23:55:26 -07:00
clientbot.py core: rename ping() to _ping_uplink(), and drop the unused source/target arguments 2017-07-04 22:09:50 -07:00
hybrid.py core: convert IrcUser calls to User 2017-06-30 21:44:31 -07:00
inspircd.py Move squit() to ircs2s_common 2017-07-04 23:41:00 -07:00
ircs2s_common.py IRCCommonProtocol: alias topic_burst to topic by default (#480) 2017-07-05 00:56:34 -07:00
nefarious.py classes, protocols: convert self.irc usage to self 2017-06-25 02:09:52 -07:00
ngircd.py ngircd: ignore KILLs not meant for us 2017-07-05 02:17:15 -07:00
p10.py p10: fix endburst_delay note 2017-07-04 23:09:48 -07:00
ratbox.py core: convert IrcUser calls to User 2017-06-30 21:44:31 -07:00
ts6_common.py Move handle_topic to IRCS2SProtocol 2017-07-05 00:48:58 -07:00
ts6.py core: rename ping() to _ping_uplink(), and drop the unused source/target arguments 2017-07-04 22:09:50 -07:00
unreal.py unreal: remove handle_kill override; unneeded as of aa4e9335aa 2017-07-05 01:26:45 -07:00