1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 10:35:41 -04:00
An automatic mirror of the perlbuut repo on github https://perlbot.pl/
Find a file
2017-04-14 17:21:21 -04:00
bin update db and minor changes 2017-04-14 17:21:21 -04: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 Fix bug in channels sharing namespace. 2016-12-31 00:51:42 -05:00
jail@abf80a99c9 Update db and jail pointer 2017-04-01 13:25:09 -04:00
lib Fixup things in eval.pl 2017-04-14 17:20:47 -04: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 Ignore twit keys 2017-02-02 02:43:49 -08:00
.gitmodules Add a some new features to the twitter plugin. get multiple tweets from a user, and search for hashtags 2017-03-24 15:33:55 -04: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 Minor change with modules. Dont like this one though 2017-03-24 15:36:14 -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