How can I stop my bot from flooding the IRC server?
The setMessageDelay(…) method can be used to set the minimum delay between each message that is sent to the IRC server. The default value is 1000ms and is generally suitable on most servers. If you do experience problems with being kicked for flooding, then you may like to consider raising this delay.