From 40fb8f7aa8f1705026bc639b88d5059083080fb5 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 10 Jan 2020 16:28:11 -0800 Subject: [PATCH] doc/Factoids.md: make it clearer that user has to install virtual machine --- doc/Factoids.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/Factoids.md b/doc/Factoids.md index f940e087..7ad00319 100644 --- a/doc/Factoids.md +++ b/doc/Factoids.md @@ -67,11 +67,11 @@ Factoids are a very special type of command. Anybody interacting with PBot can c At its most simple, factoids merely output the text the creator sets. - !factadd hello /say Hello, $nick! - hello added to global channel. + !factadd hello /say Hello, $nick! + hello added to global channel. - PBot, hello - Hello, pragma-! + PBot, hello + Hello, pragma-! Significantly more complex factoids can be built by using $variables, command-substitution, command-piping, /code invocation, and more! @@ -122,8 +122,8 @@ Code Factoids are a special type of factoid whose text is treated as code and ex or interpreter. The output from code is then parsed and treated like any other factoid text. This allows anybody to add new and unique commands to PBot without the need for installing Plugins or modules. -Code Factoids are executed within a virtual machine. See the [Virtual Machine](doc/VirtualMachine.md) documentation -for more information. +Code Factoids are executed within a virtual machine. You must install and set up a virtual machine with your operating system. +See the [Virtual Machine](doc/VirtualMachine.md) documentation for more information. To create a Code Factoid, use the `/code` command. The syntax is: