}
@Test
public void testEvents()
{
BotUtils.sendEvent(new EventArgs(Event.IRC_JOIN, "JOIN #Snipes"), _ehc);
// Wait 5 seconds for the event to propagate (a nice and big value)
if (!waitForEvent(5000))
{
fail("Event handler did not respond in five seconds.");
}