Go to file
Pragmatic Software ea016dc406 StdinReader: chomp newline from input before logging 2020-01-03 21:22:14 -08:00
PBot StdinReader: chomp newline from input before logging 2020-01-03 21:22:14 -08:00
Plugins Quotegrabs now always exported to data_dir 2019-12-30 20:01:04 -08:00
build License project under MPL2 2017-03-06 00:31:15 +00:00
data data/registry: remove extraneous key 2020-01-03 11:36:39 -08:00
doc QuickStart: add "quick-start command" section and minor improvements 2020-01-02 22:16:08 -08:00
misc Add useful GitHub markdown TOC tool 2019-12-29 10:01:16 -08:00
modules Convert google module to GoogleSearch plugin 2019-12-28 22:57:38 -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 Update README.md 2020-01-02 20:00:51 -08:00
pbot pbot: remove unnecessary $pbot variable 2019-12-30 20:09:16 -08:00

README.md

PBot is a versatile IRC Bot written in Perl

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

To get up-and-running quickly, check out the Quick Start guide.

See the PBot documentation for more information.