mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Spelling/grammar fixes.
This commit is contained in:
parent
ac2b048055
commit
26355a6dbd
@ -1,4 +1,4 @@
|
|||||||
These are the interfaces of some of the objects you'll deal with if
|
These are the interfaces for some of the objects you'll deal with if
|
||||||
you code for Supybot.
|
you code for Supybot.
|
||||||
|
|
||||||
ircmsgs.IrcMsg:
|
ircmsgs.IrcMsg:
|
||||||
@ -97,7 +97,7 @@ irclib.Irc:
|
|||||||
server. The queue is generally FIFO, but it
|
server. The queue is generally FIFO, but it
|
||||||
does prioritize messages based on their command.
|
does prioritize messages based on their command.
|
||||||
|
|
||||||
sendMsg: Queues a message for sneding to the
|
sendMsg: Queues a message for sending to the
|
||||||
server prior to any messages in the normal
|
server prior to any messages in the normal
|
||||||
queue. This is exactly a FIFO queue, no
|
queue. This is exactly a FIFO queue, no
|
||||||
reordering is done at all.
|
reordering is done at all.
|
||||||
|
Loading…
Reference in New Issue
Block a user