Go to file
Pragmatic Software aa87cadb65 Add checkban/checkmute commands so users can see remaining timeout duration.
`mute` now translates nick to banmask.

`ban`/`mute` commands will now show remaining timeout duration if no length
argument is provided.
2019-07-23 08:55:24 -07:00
PBot Add checkban/checkmute commands so users can see remaining timeout duration. 2019-07-23 08:55:24 -07:00
build License project under MPL2 2017-03-06 00:31:15 +00:00
config Convert HashObject file format to JSON to support newlines in factoid contents, etc 2019-06-28 00:22:57 -07:00
data Update factoids 2019-07-08 15:52:26 -07:00
doc doc/MODULES: Add IPC::Run 2019-06-26 09:35:13 -07: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 compiler_vm: rename compiler_server_virsh.pl to compiler_server.pl 2019-07-10 18:52:11 -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 some more Unicode encoding issues 2019-07-10 18:40:53 -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.