Go to file
Pragmatic Software 2942a44fd8 AntiKickAutoRejoin: do not enforce logged-in admins; respect whitelisted users 2019-12-28 22:02:22 -08:00
PBot Registry: no longer need to use `value` keyword in `regset` command 2019-12-27 20:20:07 -08:00
Plugins AntiKickAutoRejoin: do not enforce logged-in admins; respect whitelisted users 2019-12-28 22:02:22 -08:00
build License project under MPL2 2017-03-06 00:31:15 +00:00
data Services identification now customizable via registry 2019-12-27 19:28:51 -08:00
doc doc: Adjustments to TOC 2019-12-23 17:41:26 -08:00
log Add log directory 2015-07-09 15:39:15 -07:00
misc Fix trailing whitespace throughout 2019-06-26 09:34:19 -07:00
modules wikipedia.pl: fix unescaped { in regex 2019-12-15 13:41:50 -08:00
LICENSE License project under MPL2 2017-03-06 00:31:15 +00:00
MODULES Move MODULES to root directory 2019-12-23 09:45:18 -08:00
README.md Rename README to README.md 2019-12-23 09:48:09 -08:00
pbot pbot: add comment clarifying not to modify $bothome 2019-12-22 20:48:16 -08:00

README.md

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.