diff --git a/docs/help/in/eval.in b/docs/help/in/eval.in index b0c904b4..c53c6248 100644 --- a/docs/help/in/eval.in +++ b/docs/help/in/eval.in @@ -10,18 +10,22 @@ %9Description:%9 Evaluates the given commands and executes them; you can use internal - variables and separate multiple commands by using the ';' character. - If the command contains a string with '$', '\' or ';' those characters + variables and separate multiple commands by using the `;' character. + If the command contains a string with `$', `\' or `;' those characters need to be escaped: - '$' -> '$$' - '\' -> '\\' (or even '\\\\', depending on where they are used) - ';' -> '\;' + + `$' -> `$$' + `\' -> `\\' (or even `\\\\', depending on where they are used) + `;' -> `\;' %9Examples:%9 /EVAL echo I am connected to ${S} on ${chatnet} as ${N} /EVAL echo My user privileges are +${usermode}; echo Let's party! - to print '1;2$3\4': /EVAL echo 1\;2$$3\\4 + + to print `1;2$3\4': + + /EVAL echo 1\;2$$3\\4 %9References:%9