summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/perl_commands.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-01-06 13:58:26 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-01-06 14:07:57 +0100
commit9876a8d0a78a118f65a020c727c1fb079b9adcbd (patch)
treeb55504f846ebfcbcc70766dc00f9ad6164ae14d1 /doc/en/autogen/user/perl_commands.adoc
parentbab307bf1b5ac07c45fd2ddb78930831bddb9c4b (diff)
downloadweechat-9876a8d0a78a118f65a020c727c1fb079b9adcbd.zip
core: update translations (issue #128)
Diffstat (limited to 'doc/en/autogen/user/perl_commands.adoc')
-rw-r--r--doc/en/autogen/user/perl_commands.adoc7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/en/autogen/user/perl_commands.adoc b/doc/en/autogen/user/perl_commands.adoc
index c047a2f0e..44fbd52a5 100644
--- a/doc/en/autogen/user/perl_commands.adoc
+++ b/doc/en/autogen/user/perl_commands.adoc
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
+ eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
- name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
+ name: a script name (name used in call to "register" function)
+ eval: evaluate source code and display result on current buffer
+ -o: send evaluation result to the buffer without executing commands
+ -oc: send evaluation result to the buffer and execute commands
+ code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.