3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00
Go to file
Pragmatic Software 10c17bd3ad Add watchdog to monitor VM cpu load and reset for excessive load
Detect if VM is running under excessive load (e.g., due to fork bombing)
for longer than a certain period and reset the VM state if so.
2015-04-20 21:33:01 -07:00
build Update update-version.pl from svn to git 2014-12-29 23:04:35 -08:00
config Rename ShitList to BlackList; minor refactor of IgnoreList 2015-03-16 21:08:25 -07:00
data Update factoids 2015-04-03 10:11:37 -07:00
doc Add watchdog to monitor VM cpu load and reset for excessive load 2015-04-20 21:33:01 -07:00
misc Factoids and Quotegrabs HTML exported tables can now be filtered 2014-03-03 09:24:33 +00:00
modules Add watchdog to monitor VM cpu load and reset for excessive load 2015-04-20 21:33:01 -07:00
PBot Update version 2015-04-19 01:55:55 -07:00
pbot.pl Rename ShitList to BlackList; minor refactor of IgnoreList 2015-03-16 21:08:25 -07:00
pbot.sh Merge stderr into existing log file and remove stderr_log file 2014-12-29 23:55:49 -08:00
README Add README 2014-12-29 15:28:05 -08:00

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, 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.