diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-23 09:58:07 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-23 09:58:07 +0100 |
commit | 2bad57ae28c1c3a0fad6eb091dd0ebdfa02a57b8 (patch) | |
tree | 6b1e3876f304854db9883cba27207fa637fe18ce /doc/en/autogen/user | |
parent | 918383424fd8d4f573da13de4de5197c95641a3e (diff) | |
download | weechat-2bad57ae28c1c3a0fad6eb091dd0ebdfa02a57b8.zip |
Add note about /unalias in /help alias
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/alias_commands.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/autogen/user/alias_commands.txt b/doc/en/autogen/user/alias_commands.txt index fea61482c..4f7723b50 100644 --- a/doc/en/autogen/user/alias_commands.txt +++ b/doc/en/autogen/user/alias_commands.txt @@ -21,6 +21,8 @@ $channel: current channel $server: current server + To remove an alias, use command /unalias. + Examples: alias /split to split window horizontally: /alias split /window splith |