mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-26 04:32:51 +01:00
[wip] typo
This commit is contained in:
parent
26f2d9a292
commit
c7939d3eb5
@ -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…
Reference in New Issue
Block a user