Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songmu/p5-app-llevalbot
https://github.com/songmu/p5-app-llevalbot
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/songmu/p5-app-llevalbot
- Owner: Songmu
- License: other
- Created: 2014-05-28T03:29:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T05:50:31.000Z (over 10 years ago)
- Last Synced: 2024-10-11T21:09:34.357Z (27 days ago)
- Language: Perl
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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