doc/Factoids.md: rename section "modifiers" -> "Expansion modifiers"

This commit is contained in:
Pragmatic Software 2020-01-11 19:41:35 -08:00
parent ae5f10e46c
commit 4d4da9256f
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
* [$randomnick](#randomnick) * [$randomnick](#randomnick)
* [$0](#0) * [$0](#0)
* [List variables](#list-variables) * [List variables](#list-variables)
* [modifiers](#modifiers) * [Expansion modifiers](#expansion-modifiers)
* [action_with_args](#action_with_args) * [action_with_args](#action_with_args)
* [add_nick](#add_nick) * [add_nick](#add_nick)
* [Adding a factoid](#adding-a-factoid) * [Adding a factoid](#adding-a-factoid)
@ -374,8 +374,8 @@ Another example, creating the RTFM trigger:
<pragma-> !rtfm mauke <pragma-> !rtfm mauke
* PBot thwacks mauke with a big red manual. * PBot thwacks mauke with a big red manual.
### modifiers ### Expansion modifiers
Factoid `$variables` can accept trailing modifier keywords prefixed with a colon. These can be chained together to combine their effects. Factoid `$variables` can accept trailing expansion modifier keywords prefixed with a colon. These can be chained together to combine their effects.
<pragma-> !echo $colors:uc <pragma-> !echo $colors:uc
<PBot> RED <PBot> RED