doc/Factoids: expansion modifiers may contain spaces now

This commit is contained in:
Pragmatic Software 2020-06-05 19:05:50 -07:00
parent e88a18e782
commit 65f7c41708
1 changed files with 0 additions and 2 deletions

View File

@ -390,8 +390,6 @@ Selector modifiers control how values are chosen from the `$variable` or Selecto
<pragma-> !echo $colors:pick(3)
<PBot> red pink green
Note that modifiers may not contain spaces. `:pick(2, 3)` is invalid and must be written as `:pick(2,3)`.
Selector Modifier | Description
--- | ---
`:<channel>` | Looks for variable in `<channel>` first; use `global` to refer to the global channel. This modifier must be the first modifier when chained with other modifiers.