mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-05 20:55:45 -04:00
An automatic mirror of the perlbuut repo on github
https://perlbot.pl/
.github | ||
asndb | ||
bin | ||
docs | ||
etc | ||
jail | ||
jail_root@fe9075c773 | ||
lib/Bot | ||
package_lists | ||
plugins | ||
sql | ||
t | ||
var | ||
wiki@b06cf05735 | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.includepath | ||
.perltidyrc | ||
.project | ||
cpanfile | ||
evalserver_cpanfile | ||
factoidtest.sql | ||
foo | ||
GeoLite2-ASN.tar.gz | ||
GeoLite2-City.tar.gz | ||
myscandeps.pl | ||
perltidy.cmd | ||
pg_schema_create.sql | ||
postgresql.sql | ||
README.pod |
=encoding utf8
=head1 ABOUT
=begin html
<a href="https://github.com/perlbot/perlbuut/actions?query=workflow%3ACI"><img src="https://github.com/perlbot/perlbuut/workflows/CI/badge.svg"></a>
=end html
This is the source code for perlbot, the resident infobot on Freenode’s
#perl channel. See:
=over 4
=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.
buu has agreed to put his code under the GPL version 3 ( L<https://en.wikipedia.org/wiki/GNU_General_Public_License#Version_3> ) or at your option any later version.
Shlomi Fish licenses his changes under any and all of the Expat license, the
CC0, the same terms as perl 5, and the Artistic 2.0 license.
=cut