|
Revision 53, 1.0 kB
(checked in by bkuhn, 10 months ago)
|
- Added SFLC's internally developed tim bot released under AGPLv3
|
| Line | |
|---|
| 1 |
Source: libbot-basicbot-perl |
|---|
| 2 |
Section: perl |
|---|
| 3 |
Priority: optional |
|---|
| 4 |
Build-Depends: debhelper (>= 4.0.2) |
|---|
| 5 |
Build-Depends-Indep: perl (>= 5.8.0-7) |
|---|
| 6 |
Maintainer: Bradley M. Kuhn <bkuhn@ebb.org> |
|---|
| 7 |
Standards-Version: 3.6.1 |
|---|
| 8 |
|
|---|
| 9 |
Package: libbot-basicbot-perl |
|---|
| 10 |
Architecture: all |
|---|
| 11 |
Depends: ${perl:Depends}, ${misc:Depends}, |
|---|
| 12 |
Description: simple irc bot baseclass |
|---|
| 13 |
Basic bot system designed to make it easy to do simple bots, optionally |
|---|
| 14 |
forking longer processes (like searches) concurrently in the background. |
|---|
| 15 |
. |
|---|
| 16 |
There are several examples of bots using Bot::BasicBot in the examples/ |
|---|
| 17 |
folder in the Bot::BasicBot tarball. If you installed Bot::BasicBot through |
|---|
| 18 |
CPAN, see http://jerakeen.org/programming/Bot-BasicBot for more docs and |
|---|
| 19 |
examples. |
|---|
| 20 |
. |
|---|
| 21 |
A quick summary, though - You want to define your own package that |
|---|
| 22 |
subclasses Bot::BasicBot, override various methods (documented below), |
|---|
| 23 |
then call new() and run() on it. |
|---|
| 24 |
. |
|---|
| 25 |
This description was automagically extracted from the module by dh-make-perl. |
|---|