diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-03-21 11:41:02 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-03-21 11:41:02 +0000 |
commit | 27fd4beca7b46c87cd77c7ba5a9c9382a7bca8eb (patch) | |
tree | ff756671526ca78c337b9eb94ee57b910f1b2788 /doc/en | |
parent | 6a55ee4f793bfdd678a76668e4d99426e8dfd508 (diff) | |
download | weechat-27fd4beca7b46c87cd77c7ba5a9c9382a7bca8eb.zip |
Aliases are executed before WeeChat/IRC commands, /builtin command added
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_commands.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index 70afb70a8..d8a905f7e 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -28,6 +28,14 @@ channel: jump to buffer by server and/or channel name number: jump to buffer by number </programlisting> +<command>builtin command</command> +<programlisting> +launch WeeChat/IRC builtin command (do not look at plugins handlers or aliases) + +command: command to execute (a '/' is automatically added if not found at beginning of command) + + +</programlisting> <command>charset [(decode_iso | decode_utf | encode) charset]</command> <programlisting> change charset for server or channel |