Go to file
Pragmatic Software b6aecce701 Temporarily disable code-factoids
There are a wide range of potential denial-of-service attacks possible
without severely restricting the allowed opcodes. As such, we are
setting code-factoids' default state to disabled. Enable at your own risk.

There are plans to move the code-factoid logic to a virtual machine.
2017-09-03 01:38:25 -07:00
PBot Temporarily disable code-factoids 2017-09-03 01:38:25 -07:00
build License project under MPL2 2017-03-06 00:31:15 +00:00
config Correct admins to proper skeleton 2017-08-26 22:59:51 -07:00
data Update factoids (coffee, tea, etc, using $$0, etc) 2017-08-27 20:40:49 -07:00
doc Update doc/MODULES 2017-08-26 22:43:01 -07:00
log Add log directory 2015-07-09 15:39:15 -07:00
misc Factoids and Quotegrabs HTML exported tables can now be filtered 2014-03-03 09:24:33 +00:00
modules Improvements to C Jeopardy! 2017-06-07 19:31:07 -07:00
LICENSE License project under MPL2 2017-03-06 00:31:15 +00:00
README Add trivia to README 2015-05-25 11:01:31 -07:00
pbot.pl License project under MPL2 2017-03-06 00:31:15 +00:00
pbot.sh License project under MPL2 2017-03-06 00:31:15 +00:00

README

PBot is a versatile IRC Bot written in Perl for the ##C channel on Freenode.net

Features
--------

* Factoids
* Quotegrabs
* Loadable modules that are simple programs based on stdin and stdout
* Lots of default modules, including a code compiler and debugger, C-to-English translator, C precedence analyzer, trivia and much more
* Channel management
* User hostmask and message tracking
* Ban evasion detection
* Flood detection
* Enter-abuse detection
* Auto-away detection
* Auto-rejoin after kick detection
* Registry-based customization

See http://www.iso-9899.info/wiki/Candide for more information.