1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 10:55:40 -04:00
An automatic mirror of the perlbuut repo on github https://perlbot.pl/
Find a file
2019-05-06 20:28:18 -04:00
asndb Update dbs 2019-01-23 23:57:26 -05:00
bin Update with latest changes 2019-01-23 23:56:53 -05:00
docs remove old **/.svn dirs. 2018-04-08 17:39:21 +03:00
etc Update dbs 2019-01-23 23:57:26 -05: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 Be less spammy in privmsg 2019-05-06 20:28:18 -04:00
package_lists Add in data for package lists 2015-04-21 17:21:50 -04:00
plugins plugin adjustments. add pb and nl eval postfixes 2019-05-06 20:27:34 -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
.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 Add more modules 2019-05-06 20:27:51 -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