Bot-Pastebot

 view release on metacpan or  search on metacpan

TODO  view on Meta::CPAN

Admin flags, so users can maintain the bot via the web.

Having an authenticated web account means not needing to publish your
IP address.

---------------------
Paste Via Form Upload
---------------------

Add a standard "Browse" button and filename field, and let people
upload via the form.

Also let people download verbatim with a link/button, to circumvent
crappy HTML renderers.

---------------
Paste Via Email
---------------

This could be done now with a simple mail gateway, but there's
considerations with being able to block access.

pastebot  view on Meta::CPAN


Specifies the password to use to identify to the NickServ nickname
service.  Upon connecting to the irc server, the command
"/msg NickServ IDENTIFY PASSWORD" will be issued to identify the bot
to the NickServ service.

=back

=head2 Configuring Pastebot's Database

Pastebot must store uploaded text somewhere.

  pastes
    check   3600
    count   0
    expire  864000
    name    pasty
    store   /home/troc/.pastebot

=over 2



( run in 2.549 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )