mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Made NICK a high priority message.
This commit is contained in:
parent
5627f6321e
commit
2821527706
@ -122,7 +122,7 @@ class IrcMsgQueue(object):
|
|||||||
debug.msg('Not adding msg %s to queue' % msg, 'normal')
|
debug.msg('Not adding msg %s to queue' % msg, 'normal')
|
||||||
else:
|
else:
|
||||||
self.msgs.add(msg)
|
self.msgs.add(msg)
|
||||||
if msg.command in ('MODE', 'KICK', 'PONG'):
|
if msg.command in ('MODE', 'KICK', 'PONG', 'NICK'):
|
||||||
self.highpriority.enqueue(msg)
|
self.highpriority.enqueue(msg)
|
||||||
elif msg.command in ('PRIVMSG', 'PING', 'WHO', 'NOTICE'):
|
elif msg.command in ('PRIVMSG', 'PING', 'WHO', 'NOTICE'):
|
||||||
self.lowpriority.enqueue(msg)
|
self.lowpriority.enqueue(msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user