README.md: minor edit

This commit is contained in:
Pragmatic Software 2020-01-09 17:13:10 -08:00
parent 789987b247
commit 692ab436e6
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ PBot factoids include these advanced features:
* advanced argument processing (indexing, splicing, etc)
* special commands: `/say`, `/me`, `/msg`, `/code`, etc
* advanced `$variable` interpolation (`$var:lc` to lowercase contents, `$var:ucfirst` to uppercase first letter, etc)
* factoid-based variable lists (e.g., add a factoid `$colors` containing "red green blue" and then `!echo $colors` will randomly pick one)
* factoid-based variable lists (e.g., add a factoid `colors` containing "red green blue" and then `!echo $colors` will randomly pick one)
* changelog history
* undo/redo history
* and much, much more!