Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/songmu/p5-app-llevalbot


https://github.com/songmu/p5-app-llevalbot

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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