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-05-06 01:56:12 -07:00
bin Add the functionality of using Sys-Linux-Namespace 2017-05-04 21:01:08 -07:00
deps moving all to linode 2011-09-02 23:13:00 -04:00
docs emergency move to git and isuckatdomains.net 2009-12-05 00:02:04 -05:00
etc Permutation rules created 2017-05-06 01:33:53 -07:00
jail More jail setup 2017-05-05 01:10:04 -07:00
jail_root@afea70ce7a Reorg the evalserver code a little 2017-05-05 13:19:32 -07:00
lib IT WORKS 2017-05-06 01:56:12 -07:00
package_lists Add in data for package lists 2015-04-21 17:21:50 -04:00
plugins Make it not spew shit 2017-04-14 17:21:00 -04:00
sql Migration scripts since the DB on my laptop will never get commited 2016-12-22 23:36:29 -08:00
var Remove old import scripts that are no longer needed. 2016-12-22 23:35:44 -08:00
wiki@b06cf05735 Update the submodules 2017-03-24 15:35:31 -04:00
.gitignore More jail setup 2017-05-05 01:10:04 -07: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 Merge branch 'master' of github.com:simcop2387/perlbuut 2017-05-04 21:01:42 -07: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