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
2020-08-20 11:08:12 -04:00
asndb About to update ASN db 2020-06-15 14:05:57 -04:00
bin Update plugins and databases 2019-08-09 15:10:29 -04:00
docs remove old **/.svn dirs. 2018-04-08 17:39:21 +03:00
etc about to do stuff 2020-08-20 10:41:06 -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/Bot Add Regexp::Assemble for work 2020-08-20 11:02:34 -04:00
package_lists Add in data for package lists 2015-04-21 17:21:50 -04:00
plugins Added new plugin for people to discover 2020-08-07 13:22:25 -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 update and also update cpanfiles 2018-09-13 14:28:36 -04:00
wiki@b06cf05735 Update the submodules 2017-03-24 15:35:31 -04:00
.gitattributes Update for #raku and others 2019-12-07 22:52:27 -05:00
.gitignore Update plugins and databases 2019-08-09 15:10:29 -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 add regexp optimizer, in an attempt to make things a bit cleaner 2020-08-20 11:08:12 -04:00
cpanfile2 About to update ASN db 2020-06-15 14:05:57 -04:00
cpanfile_diffed About to update ASN db 2020-06-15 14:05:57 -04:00
cpanfile_scanned About to update ASN db 2020-06-15 14:05:57 -04:00
cpanfile_sorted About to update ASN db 2020-06-15 14:05:57 -04:00
cpanfiletest.pl About to update ASN db 2020-06-15 14:05:57 -04:00
foo About to update ASN db 2020-06-15 14:05:57 -04:00
GeoLite2-ASN.tar.gz About to update ASN db 2020-06-15 14:05:57 -04:00
GeoLite2-City.tar.gz About to update ASN db 2020-06-15 14:05:57 -04:00
README.pod Update README.pod 2018-04-23 15:17:17 -07: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.

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 licences 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