summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/perl_commands.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-05-15 08:52:19 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-05-15 08:52:19 +0200
commitb7bdbbdc505879450494bc75b706e2997e25120f (patch)
treebe3b6716c2706a9505278d05ae9cfbec5ffbdac5 /doc/en/autogen/user/perl_commands.asciidoc
parent81fa60a23a29e3bb6525494587008d75eae44f28 (diff)
downloadweechat-b7bdbbdc505879450494bc75b706e2997e25120f.zip
core: rename .asciidoc files to .adoc (issue #722)
Diffstat (limited to 'doc/en/autogen/user/perl_commands.asciidoc')
-rw-r--r--doc/en/autogen/user/perl_commands.asciidoc25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/en/autogen/user/perl_commands.asciidoc b/doc/en/autogen/user/perl_commands.asciidoc
deleted file mode 100644
index fca9c12cf..000000000
--- a/doc/en/autogen/user/perl_commands.asciidoc
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-// This file is auto-generated by script docgen.py.
-// DO NOT EDIT BY HAND!
-//
-[[command_perl_perl]]
-* `+perl+`: list/load/unload scripts
-
-----
-/perl list|listfull [<name>]
- load [-q] <filename>
- autoload
- reload|unload [-q] [<name>]
-
- list: list loaded scripts
-listfull: list loaded scripts (verbose)
- load: load a script
-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
-
-Without argument, this command lists all loaded scripts.
-----