PircBot is designed as a Java framework that allows you to quickly write IRC.
Its features include an event-driven architecture to handle common IRC events, flood protection, DCC resuming support, ident support, and more. Its comprehensive logfile format is suitable for use with pisg to generate channel statistics.
Full documentation is included, and this page contains a 5-minute step-by-step guide to making your first IRC bot.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· adds automatic handling of 439 server responses. This allows PircBot to connect to networks such as Rizen, where a 439 server response must be ignored during connection.