1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

Added some info for commands and options help

This commit is contained in:
Sebastien Helleu
2006-01-21 21:26:24 +00:00
parent 083ede73fd
commit 3c16d49d2d
24 changed files with 2186 additions and 2054 deletions
+1 -1
View File
@@ -774,7 +774,7 @@
<entry>string</entry>
<entry>any string</entry>
<entry></entry>
<entry>Default part message (leaving channel)</entry>
<entry>Default part message (leaving channel) ('%v' will be replaced by WeeChat version in string)</entry>
</row>
<row>
<entry><option>irc_default_msg_quit</option></entry>
+1 -1
View File
@@ -35,7 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
<bookinfo>
<title>WeeChat 0.1.7 - User guide</title>
<title>WeeChat 0.1.8-cvs - User guide</title>
<subtitle>Fast, light and extensible IRC client</subtitle>
<author>
+2
View File
@@ -167,6 +167,8 @@ Without argument, /unignore command lists all defined ignore.
<programlisting>
upgrade WeeChat without disconnecting from servers
This command run again WeeChat binary, so it should have been compiled installed with a package manager before running this command.
</programlisting>
<command>uptime [-o]</command>
<programlisting>
+1 -1
View File
@@ -774,7 +774,7 @@
<entry>chaîne</entry>
<entry>toute chaîne</entry>
<entry>'WeeChat %v'</entry>
<entry>Message par défaut pour le part (quitte un canal)</entry>
<entry>Message par défaut pour le part (quitte un canal) ('%v' sera remplacé par la version de WeeChat dans la chaîne)</entry>
</row>
<row>
<entry><option>irc_default_msg_quit</option></entry>
+1 -1
View File
@@ -35,7 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
<bookinfo>
<title>WeeChat 0.1.7 - Guide utilisateur</title>
<title>WeeChat 0.1.8-cvs - Guide utilisateur</title>
<subtitle>Client IRC rapide, léger et extensible</subtitle>
<author>
+2
View File
@@ -167,6 +167,8 @@ Sans param
<programlisting>
mettre à jour WeeChat sans se déconnecter des serveurs
Cette commande lance à nouveau le binaire WeeChat, il doit donc avoir été compilé ou installé via un gestionnaire de paquet avant de lancer cette commande.
</programlisting>
<command>uptime [-o]</command>
<programlisting>
+269 -255
View File
File diff suppressed because it is too large Load Diff
+270 -255
View File
File diff suppressed because it is too large Load Diff
+273 -256
View File
File diff suppressed because it is too large Load Diff
+267 -255
View File
File diff suppressed because it is too large Load Diff
+4 -1
View File
@@ -160,7 +160,10 @@ t_weechat_command weechat_commands[] =
"Without argument, /unignore command lists all defined ignore."),
"*|%n *|action|ctcp|dcc|pv|%I *|%c *|%s",
0, 4, weechat_cmd_unignore, NULL },
{ "upgrade", N_("upgrade WeeChat without disconnecting from servers"), "", "",
{ "upgrade", N_("upgrade WeeChat without disconnecting from servers"),
"",
N_("This command run again WeeChat binary, so it should have been compiled "
"installed with a package manager before running this command."),
NULL, 0, 0, weechat_cmd_upgrade, NULL },
{ "uptime", N_("show WeeChat uptime"),
N_("[-o]"),
+2 -1
View File
@@ -675,7 +675,8 @@ t_config_option weechat_options_irc[] =
OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,
NULL, NULL, &cfg_irc_show_away_once, NULL, &config_change_noop },
{ "irc_default_msg_part", N_("default part message (leaving channel)"),
N_("default part message (leaving channel)"),
N_("default part message (leaving channel) ('%v' will be replaced by "
"WeeChat version in string)"),
OPTION_TYPE_STRING, 0, 0, 0,
"WeeChat %v", NULL, NULL, &cfg_irc_default_msg_part, &config_change_noop },
{ "irc_default_msg_quit", N_("default quit message"),
+1 -1
View File
@@ -774,7 +774,7 @@
<entry>string</entry>
<entry>any string</entry>
<entry></entry>
<entry>Default part message (leaving channel)</entry>
<entry>Default part message (leaving channel) ('%v' will be replaced by WeeChat version in string)</entry>
</row>
<row>
<entry><option>irc_default_msg_quit</option></entry>
+1 -1
View File
@@ -35,7 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
<bookinfo>
<title>WeeChat 0.1.7 - User guide</title>
<title>WeeChat 0.1.8-cvs - User guide</title>
<subtitle>Fast, light and extensible IRC client</subtitle>
<author>
+2
View File
@@ -167,6 +167,8 @@ Without argument, /unignore command lists all defined ignore.
<programlisting>
upgrade WeeChat without disconnecting from servers
This command run again WeeChat binary, so it should have been compiled installed with a package manager before running this command.
</programlisting>
<command>uptime [-o]</command>
<programlisting>
+1 -1
View File
@@ -774,7 +774,7 @@
<entry>chaîne</entry>
<entry>toute chaîne</entry>
<entry>'WeeChat %v'</entry>
<entry>Message par défaut pour le part (quitte un canal)</entry>
<entry>Message par défaut pour le part (quitte un canal) ('%v' sera remplacé par la version de WeeChat dans la chaîne)</entry>
</row>
<row>
<entry><option>irc_default_msg_quit</option></entry>
+1 -1
View File
@@ -35,7 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
<bookinfo>
<title>WeeChat 0.1.7 - Guide utilisateur</title>
<title>WeeChat 0.1.8-cvs - Guide utilisateur</title>
<subtitle>Client IRC rapide, léger et extensible</subtitle>
<author>
+2
View File
@@ -167,6 +167,8 @@ Sans param
<programlisting>
mettre à jour WeeChat sans se déconnecter des serveurs
Cette commande lance à nouveau le binaire WeeChat, il doit donc avoir été compilé ou installé via un gestionnaire de paquet avant de lancer cette commande.
</programlisting>
<command>uptime [-o]</command>
<programlisting>
+269 -255
View File
File diff suppressed because it is too large Load Diff
+270 -255
View File
File diff suppressed because it is too large Load Diff
+273 -256
View File
File diff suppressed because it is too large Load Diff
+267 -255
View File
File diff suppressed because it is too large Load Diff
+4 -1
View File
@@ -160,7 +160,10 @@ t_weechat_command weechat_commands[] =
"Without argument, /unignore command lists all defined ignore."),
"*|%n *|action|ctcp|dcc|pv|%I *|%c *|%s",
0, 4, weechat_cmd_unignore, NULL },
{ "upgrade", N_("upgrade WeeChat without disconnecting from servers"), "", "",
{ "upgrade", N_("upgrade WeeChat without disconnecting from servers"),
"",
N_("This command run again WeeChat binary, so it should have been compiled "
"installed with a package manager before running this command."),
NULL, 0, 0, weechat_cmd_upgrade, NULL },
{ "uptime", N_("show WeeChat uptime"),
N_("[-o]"),
+2 -1
View File
@@ -675,7 +675,8 @@ t_config_option weechat_options_irc[] =
OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,
NULL, NULL, &cfg_irc_show_away_once, NULL, &config_change_noop },
{ "irc_default_msg_part", N_("default part message (leaving channel)"),
N_("default part message (leaving channel)"),
N_("default part message (leaving channel) ('%v' will be replaced by "
"WeeChat version in string)"),
OPTION_TYPE_STRING, 0, 0, 0,
"WeeChat %v", NULL, NULL, &cfg_irc_default_msg_part, &config_change_noop },
{ "irc_default_msg_quit", N_("default quit message"),