| 1 |
Source: libbot-basicbot-pluggable-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@softwarefreedom.org> |
|---|
| 7 |
Standards-Version: 3.6.1 |
|---|
| 8 |
|
|---|
| 9 |
Package: libbot-basicbot-pluggable-perl |
|---|
| 10 |
Architecture: all |
|---|
| 11 |
Depends: ${perl:Depends}, ${misc:Depends}, |
|---|
| 12 |
Description: extension to the simple irc bot base class |
|---|
| 13 |
Bot::BasicBot::Pluggable started as Yet Another Infobot replacement, but now |
|---|
| 14 |
is a generalised framework for writing infobot-type bots, that lets you keep |
|---|
| 15 |
each function seperate. You can have seperate modules for factoid tracking, |
|---|
| 16 |
'seen' status, karma, googling, etc. Included with the package are modules |
|---|
| 17 |
for: |
|---|
| 18 |
. |
|---|
| 19 |
Auth - user authentication and admin access |
|---|
| 20 |
Loader - loads and unloads modules as bot commands |
|---|
| 21 |
Join - joins and leaves channels |
|---|
| 22 |
Vars - changes module variables |
|---|
| 23 |
Infobot - handles infobot-style factoids |
|---|
| 24 |
Karma - tracks the popularity of things |
|---|
| 25 |
Seen - tells you when people were last seen |
|---|
| 26 |
DNS - host lookup |
|---|
| 27 |
Google - search google for things |
|---|
| 28 |
Title - Gets the title of pages mentioned in channel |
|---|
| 29 |
. |
|---|
| 30 |
This description was automagically extracted from the module by dh-make-perl. |
|---|