Revision history Bot::BasicBot 0.70 2006/06/11 - Updates for new PoDo::IRC - No longer do 2 server connects on startup - the connect test doesn't break itself by faking a connection first 0.65 2005/08/11 - Added raw_nick support and a tiny amount of documentation - Support for SSL, contributed by Bradley M. Kuhn 0.61 2005/05/13 - Fix for the odd behaviour of freenode - we ask the server for the time periodically to catch servers that don't send pings. 0.60 2005/03/21 - Charset support - use Text::Wrap to split up really long responses, instead of a nasty regexp, so we split on spaces properly. 0.50 2004/12/01 (revision 1366) - Real (almost) tests - Nick (and op/voice status) tracking - Quiet some warnings 0.31 2004/03/16 (revision 643) - Fixed 'addressing' typo, thanks Earle - Fixed annoying errors for logging - Fixed stupid bug where the return value of said wasn't getting said. How can I not have noticed? - if you don't return true from init, be more helpful. - if help doesn't return true, don't say anything - Made SYNOPSIS clearer 0.30 2003/01/02 - Randomized name so you can run more than one at once in one POE session - Log a lot less. - Be more aggressive about reconnecting to the server - Put reconnect stand-offs into a lot more places, so we get less confused. - Made reconnect timeout changable - Added a NINJA Changes to 0.25 (released 31st August 2003) not available.