Go to file
Pragmatic Software b05940d36b Spinach: update data files 2018-03-11 20:40:49 -07:00
PBot Update version 2018-03-11 19:27:37 -07:00
build License project under MPL2 2017-03-06 00:31:15 +00:00
config Update default channels 2017-11-03 11:58:00 -07:00
data Spinach: update data files 2018-03-11 20:40:49 -07:00
doc Add Spinach modules to doc/MODULES 2018-03-11 18:43:47 -07:00
log Add log directory 2015-07-09 15:39:15 -07:00
misc misc: spinach: update cat.pl 2018-02-26 15:05:22 -08:00
modules Fix @INC 2018-03-11 19:27:29 -07:00
LICENSE License project under MPL2 2017-03-06 00:31:15 +00:00
README Update README 2017-12-12 03:45:40 -08:00
pbot.pl Fix @INC 2018-03-11 19:27:29 -07: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 with history logging and ability to undo/redo previous revisions
* Quotegrabs with ability to grab multiple messages from any point in chat history as one grab entry
* 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
* Optional plugins
* 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
* Advanced factoid-based variable interpolation
* Command piping and substitution
* Much, much more

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