pbot/README.md

27 lines
1010 B
Markdown
Raw Normal View History

2020-01-03 05:00:51 +01:00
PBot is a versatile IRC Bot written in Perl
2014-12-30 00:28:05 +01:00
Features
--------
2017-12-12 12:45:40 +01:00
* 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
2014-12-30 00:28:05 +01:00
* Loadable modules that are simple programs based on stdin and stdout
2015-05-25 20:01:31 +02:00
* Lots of default modules, including a code compiler and debugger, C-to-English translator, C precedence analyzer, trivia and much more
2017-12-12 05:22:27 +01:00
* Optional plugins
2014-12-30 00:28:05 +01:00
* 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
2017-12-12 05:22:27 +01:00
* Advanced factoid-based variable interpolation
* Command piping and substitution
* Much, much more
2014-12-30 00:28:05 +01:00
2020-01-03 05:00:51 +01:00
To get up-and-running quickly, check out the [Quick Start guide](https://github.com/pragma-/pbot/blob/master/doc/QuickStart.md).
See the [PBot documentation](https://github.com/pragma-/pbot/tree/master/doc) for more information.
2014-12-30 00:28:05 +01:00