node-irc
node-irc copied to clipboard
Floodprotection should not delay first message
Using node-irc v0.5.2
When enabling flood protection, if there are no messages in the queue it should not wait to send the first message. There is the problem of the queue being empty and then a message being added right after, but it shouldn't just wait before sending out a message.