alejandro5042 / Run-IrcBot

IRC Bot Toolkit for PowerShell
MIT License
13 stars 4 forks source link

Prioritize PING messages on top of others #2

Open alejandro5042 opened 10 years ago

alejandro5042 commented 10 years ago

PING messages need to be responded to in a timely fashion. If we are busy parsing a long string of messages, we may timeout. We need to parse all the incoming messages and prioritize them. Perhaps do the same with BOT_TICK.