mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 13:01:06 -05:00
[wip] typo
This commit is contained in:
parent
6ce72e1ad2
commit
9385ca646c
@ -1455,7 +1455,7 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
|
|||||||
return None
|
return None
|
||||||
if msg.args[0].startswith('+'):
|
if msg.args[0].startswith('+'):
|
||||||
# Start of a batch; created by self.queueBatch. We need to
|
# Start of a batch; created by self.queueBatch. We need to
|
||||||
# add *prepend* the rest of the batch to the fastqueue
|
# *prepend* the rest of the batch to the fastqueue
|
||||||
# so that no other message is sent while the batch is
|
# so that no other message is sent while the batch is
|
||||||
# open.
|
# open.
|
||||||
# "Clients MUST NOT send messages other than PRIVMSG while
|
# "Clients MUST NOT send messages other than PRIVMSG while
|
||||||
|
Loading…
x
Reference in New Issue
Block a user