diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-10 13:09:19 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-10 13:09:19 +0200 |
commit | 1cd9074c09a9b87021ed53b6b5450852a48d3ebd (patch) | |
tree | 1750e3042108cabbb223234e21a6392e86c14a73 /doc | |
parent | 274835f0cad119688adf61bf4c48f11eec2a00b8 (diff) | |
download | weechat-1cd9074c09a9b87021ed53b6b5450852a48d3ebd.zip |
Fix help of /wait command (missing '/' in examples)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 4 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index c43d35087..1f3c9d02e 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -330,8 +330,8 @@ Note: command is executed on buffer where /wait was executed (if buffer is not found (for example if it has been closed before execution of command), then command is executed on WeeChat core buffer). Examples: - join channel in 10 sec: /wait 10 join #test - set away in 15 min: /wait 15m away -all I'm away + join channel in 10 sec: /wait 10 /join #test + set away in 15 min: /wait 15m /away -all I'm away say 'hello' in 2 min: /wait 2m hello ........................................ diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index b69091790..02cee7365 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -330,8 +330,8 @@ Note: la commande est exécutée sur le tampon où /wait a été exécuté (si le tampon n'est pas trouvé, alors la commande est exécutée sur le tampon WeeChat principal). Exemples: - rejoindre le canal dans 10 sec: /wait 10 join #test - passer absent dans 15 min: /wait 15m away -all I'm away + rejoindre le canal dans 10 sec: /wait 10 /join #test + passer absent dans 15 min: /wait 15m /away -all I'm away dire 'bonjour' dans 2 min: /wait 2m bonjour ........................................ |