mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
CAPAB should always be an important message.
This commit is contained in:
parent
f9a432c9ec
commit
5dd099c459
@ -139,7 +139,7 @@ class IrcCallback(IrcCommandDispatcher):
|
|||||||
# Basic queue for IRC messages. It doesn't presently (but should at some
|
# Basic queue for IRC messages. It doesn't presently (but should at some
|
||||||
# later point) reorder messages based on priority or penalty calculations.
|
# later point) reorder messages based on priority or penalty calculations.
|
||||||
###
|
###
|
||||||
_high = sets.ImmutableSet(['MODE', 'KICK', 'PONG', 'NICK', 'PASS'])
|
_high = sets.ImmutableSet(['MODE', 'KICK', 'PONG', 'NICK', 'PASS', 'CAPAB'])
|
||||||
_low = sets.ImmutableSet(['PRIVMSG', 'PING', 'WHO', 'NOTICE'])
|
_low = sets.ImmutableSet(['PRIVMSG', 'PING', 'WHO', 'NOTICE'])
|
||||||
class IrcMsgQueue(object):
|
class IrcMsgQueue(object):
|
||||||
"""Class for a queue of IrcMsgs. Eventually, it should be smart.
|
"""Class for a queue of IrcMsgs. Eventually, it should be smart.
|
||||||
|
Loading…
Reference in New Issue
Block a user