summaryrefslogtreecommitdiff
path: root/doc/en/weechat_dev.en.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-07-20 07:54:59 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-07-20 07:54:59 +0200
commitb1bd5c721e66fc4ff414516ad839622988b65e71 (patch)
tree7b16c3bf8346ebc0cf79a4b67f85c888e82f238d /doc/en/weechat_dev.en.asciidoc
parent31c3151fcc9d278b0ec06652620df5ca1a40ed62 (diff)
downloadweechat-b1bd5c721e66fc4ff414516ad839622988b65e71.zip
alias: add options "add", "addcompletion" and "del" in command /alias, remove command /unalias (closes #458)
Diffstat (limited to 'doc/en/weechat_dev.en.asciidoc')
-rw-r--r--doc/en/weechat_dev.en.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.asciidoc b/doc/en/weechat_dev.en.asciidoc
index 2dcaec778..46058fd13 100644
--- a/doc/en/weechat_dev.en.asciidoc
+++ b/doc/en/weechat_dev.en.asciidoc
@@ -180,6 +180,8 @@ WeeChat "core" is located in following directories:
| weechat-plugin.h | Header designed to be distributed with WeeChat plugins, in order to compile them
| alias/ | Alias plugin
| alias.c | Main alias functions
+| alias-command.c | Alias commands
+| alias-completion.c | Alias completions
| alias-config.c | Alias config options (file alias.conf)
| alias-info.c | Alias info/infolists/hdata
| aspell/ | Aspell plugin