1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 10:45:40 -04:00
An automatic mirror of the perlbuut repo on github https://perlbot.pl/
Find a file
2017-10-21 12:02:31 -04:00
asndb Clean out unroutable addresses 2017-05-12 16:55:56 -07:00
bin Remove old evalserver. Use App::EvalServerAdvanced from not on 2017-07-18 13:39:54 -04:00
docs emergency move to git and isuckatdomains.net 2009-12-05 00:02:04 -05:00
etc DB Update and config change 2017-06-03 21:09:10 -04:00
jail More jail setup 2017-05-05 01:10:04 -07:00
jail_root@fe9075c773 point at new commit 2017-05-14 02:36:24 -04:00
lib Remove old evalserver. Use App::EvalServerAdvanced from not on 2017-07-18 13:39:54 -04:00
package_lists Add in data for package lists 2015-04-21 17:21:50 -04:00
plugins Add swdeparse et al 2017-10-09 09:00:16 -04:00
sql Migration scripts since the DB on my laptop will never get commited 2016-12-22 23:36:29 -08:00
var db backup 2017-05-24 23:59:22 -04:00
wiki@b06cf05735 Update the submodules 2017-03-24 15:35:31 -04:00
.gitignore Fix some stuff with supereval 2017-06-21 17:33:51 -04:00
.gitmodules Permutation rules created 2017-05-06 01:33:53 -07:00
.includepath this is to get eclipse off my back 2010-07-22 19:04:51 -04:00
.project this is to get eclipse off my back 2010-07-22 19:04:51 -04:00
cpanfile more updates to cpanfile 2017-10-21 12:02:31 -04:00
README.pod Update README.pod 2016-12-31 19:09:08 -08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

=encoding utf8

=head1 ABOUT

This is the source code for perlbot, the resident infobot on Freenodes
#perl channel. See:

=over 4

=item * L<http://perl-begin.org/FAQs/freenode-perl/>

=item * L<https://github.com/simcop2387/perlbuut>

=back

=head1 DOCUMENTATION

There is a docs/ directory but it's woefully outdated and doesn't reflect a number of things about the bot that have changed over the years.  That said it should be relavent for learning how things work to start with at least.  Otherwise I'd recommend looking at some of the shorter modules in plugins/ to see how things usually work.  You'll most likely want to be making one of those.

=head1 LICENSE

Good question - what is the license?
This is a semi-complicated situation as while the code is obstensibly open source there have been several authors involved.  Notably myself (simcop2387), buu, and b_jonas.  Buu started the original project (see https://github.com/simcop2387/buutbot ) but then disappeared not long after i forked it (with permission) to make a new version of perlbot.  b_jonas was involved in the creation of some of a few plugins, if not more, that made the framework incredibly flexible.

=cut