doc/Factoids.md: minor grammar fix and improvement

This commit is contained in:
Pragmatic Software 2020-01-22 17:53:22 -08:00
parent 4ca5da1685
commit 91d01bb9e2
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
## About
Factoids are a very special type of command. Anybody interacting with PBot can create, edit, delete and invoke factoids. Factoids can be locked by the creator of the factoid to prevent them from being edited by others.
At its most simple, factoids merely output the text the creator sets.
At its most simple, a factoid merely output the text the creator sets.
<pragma-> !factadd hello /say Hello, $nick!
<PBot> hello added to global channel.
@ -69,7 +69,7 @@ At its most simple, factoids merely output the text the creator sets.
<pragma-> PBot, hello
<PBot> Hello, pragma-!
Significantly more complex factoids can be built by using $variables, command-substitution, command-piping, /code invocation, and more!
Significantly more complex factoids can be built by using $variables, command-substitution, command-piping, /code invocation, and more. Read on!
## Channel namespaces
Factoids added in one channel may be called/triggered in another channel or in private message, providing that the other channel doesn't already have a factoid of the same name (in which case that channel's factoid will be triggered).