mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-25 13:29:29 +01:00
doc/Factoids.md: rename section "modifiers" -> "Expansion modifiers"
This commit is contained in:
parent
ae5f10e46c
commit
4d4da9256f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user