diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 57c9ddd1..0afc5ae3 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1051,3 +1051,15 @@ # Replicape support - see the generic-replicape.cfg file for further # details. #[replicape] + +# Enable the "M118" and "RESPOND" extended commands. +# [respond] +# default_type: echo +# Sets the default prefix of the "M118" and "RESPOND" output to one of +# the following: +# echo: "echo: " (This is the default) +# command: "// " +# error: "!! " +# default_prefix: echo: +# Directly sets the default prefix. If present, this value will override +# the "default_type". |