irc bots

These bots run on #p5p @ irc.perl.org

smoker
The smoker bot is a Bot::NNTPBot. It reports new smoke-reports and has an interface to the smoke database (see the Smoquel pages).
p5changes
The p5changes bot is a Bot::NNTPBot. It reports new commits to the perlrepository and has an interface that replies to all messages on the channel that match:
    qr/
        (?: \b( perl|bug|rt ) \s+ \# (\d+)\b )
        |
        (?: \b( change ) \s+ \#? (\d+)\b )
        |
        (?: (\#) (\d+)\b )
    /xi;
The source is in the repository.