The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::LLEvalBot - IRC bot for LLEval

SYNOPSIS

use App::LLEvalBot;
my $bot = App::LLEvalBot->new(
    config => {
        host     => 'irc.example.com',
        port     => 6667,
        nickname => 'lleval_bot',
        channel  => '#test',
    },
);
$bot->run;

DESCRIPTION

App::LLEvalBot is IRC bot for LLEval.

LICENSE

Copyright (C) Songmu.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Songmu <y.songmu@gmail.com>