in reply to Write a plugin for an IRC bot

I wrote one using Bot::BasicBot which is based on POE stuff. It's a good place to start.

Neil Watson
watson-wilson.ca

Replies are listed 'Best First'.
Re^2: Write a plugin for an IRC bot
by pierrot (Novice) on Mar 18, 2016 at 01:01 UTC
    Thanks @neilwatson. It's always useful to look at someone else's code.