Search code examples
perlircbots

Need some info on IRC BOTS using PERL


Does any one know of a good irc bot written in perl?

I just need a simple one that logs on to said channel, then replies things based on what the user says.

e.g.

The user:

<tgwizman> !time

The bot replies

<BlahBot> The time is 4:38:54 AM

Solution

  • Bot::BasicBot CPAN distribution contains several example bots. Projects Using POE page contains lists of POE-based IRC bots. See also answers here: CHATBOT: Programming a chatbot with Perl