diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-10-01 10:49:09 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-10-01 10:49:09 +0000 |
commit | 3bedad8622925af57c8aa642bd51c5ecb6c0c822 (patch) | |
tree | 5abbbab133c8b9932928999905eb418c0f6c8feb /doc/en | |
parent | 047d941f46f819d30e8c4b3239716967613015f2 (diff) | |
download | weechat-3bedad8622925af57c8aa642bd51c5ecb6c0c822.zip |
Version 0.2.2-cvs
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/irc_commands.xml | 4 | ||||
-rw-r--r-- | doc/en/weechat.en.xml | 2 | ||||
-rw-r--r-- | doc/en/weechat_commands.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/en/irc_commands.xml b/doc/en/irc_commands.xml index 8945fbf01..294c70f14 100644 --- a/doc/en/irc_commands.xml +++ b/doc/en/irc_commands.xml @@ -42,11 +42,11 @@ bans nicks or hosts nickname: user or host to ban </programlisting> -<command>ctcp nickname type [arguments]</command> +<command>ctcp receiver type [arguments]</command> <programlisting> send a CTCP message (Client-To-Client Protocol) - nickname: user to send CTCP to + receiver: nick or channel to send CTCP to type: CTCP type (examples: "version", "ping", ..) arguments: arguments for CTCP diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index 7f3e35ede..4f7b88b9f 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA <bookinfo> - <title>WeeChat 0.2.1 - User guide</title> + <title>WeeChat 0.2.2-cvs - User guide</title> <subtitle>Fast, light and extensible IRC client</subtitle> <author> diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index c5dbac54c..f62c29989 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -117,11 +117,11 @@ For each argument, '*' means all. Without argument, /ignore command lists all defined ignore. </programlisting> -<command>key [key function/command] [unbind key] [functions] [reset -yes]</command> +<command>key [key [function/command]] [unbind key] [functions] [reset -yes]</command> <programlisting> bind/unbind keys - key: bind this key to an internal function or a command (beginning by "/") + key: display or bind this key to an internal function or a command (beginning by "/") unbind: unbind a key functions: list internal functions for key bindings reset: restore bindings to the default values and delete ALL personal bindings (use carefully!) |