diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-07-18 16:35:12 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-07-18 16:35:12 +0000 |
commit | 271bd21802b604e10c8b2269e3fdbb93c0855140 (patch) | |
tree | 1c25471c48ef8008cba3b72ba660ccb11e4ed8f9 /doc/en | |
parent | bd0b7957a3057ca653d74c053a604f11e5653817 (diff) | |
download | weechat-271bd21802b604e10c8b2269e3fdbb93c0855140.zip |
Improved command /server ant its output, added plural form in PO files
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_commands.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index 9180674c6..7a4200793 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -159,10 +159,19 @@ servername: server name to reconnect -nojoin: do not join any channel (even if autojoin is enabled on server) </programlisting> -<command>server [servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname realname] [-command command] [-autojoin channel[,channel]] ] | [del servername]</command> +<command>save [file]</command> +<programlisting> +save config to disk + +file: filename for writing config + +</programlisting> +<command>server [list [servername]] | [listfull [servername]] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname realname] [-command command] [-autojoin channel[,channel]] ] | [del servername]</command> <programlisting> list, add or remove servers + list: list servers (no parameter implies this list) + listfull: list servers with detailed info for each server servername: server name, for internal and display use hostname: name or IP address of server port: port for server (integer) @@ -174,13 +183,7 @@ servername: server name, for internal and display use nick3: second alternate nick for server username: user name realname: real name of user - -</programlisting> -<command>save [file]</command> -<programlisting> -save config to disk - -file: filename for writing config + del: delete a server </programlisting> <command>set [option [ = value]]</command> |