1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

Add examples in /help dcc, update german translations

This commit is contained in:
Sebastien Helleu
2010-03-23 16:26:36 +01:00
parent a0f442a84e
commit 8cfabb4696
13 changed files with 318 additions and 152 deletions
+10 -5
View File
@@ -4242,7 +4242,12 @@ irc_command_init ()
N_("action [nickname [file]]"),
N_(" action: 'send' (file) or 'chat'\n"
"nickname: nickname to send file or chat\n"
" file: filename (on local host)"),
" file: filename (on local host)\n\n"
"Examples:\n"
" chat with nick \"toto\":\n"
" /dcc chat toto\n"
" send file \"/home/foo/bar.txt\" to nick \"toto\":\n"
" /dcc send toto /home/foo/bar.txt"),
"chat %(nicks)"
" || send %(nicks) %(filename)",
&irc_command_dcc, NULL);
@@ -4347,10 +4352,10 @@ irc_command_init ()
" comment: comment for kick\n\n"
"It is possible to kick/ban with a mask, nick "
"will be extracted from mask and replaced by "
"\"*\", for example:\n"
" /kickban toto!*@host.com\n"
" will ban \"*!*@host.com\" and then kick "
"\"toto\"."),
"\"*\".\n\n"
"Example:\n"
" ban \"*!*@host.com\" and then kick \"toto\":\n"
" /kickban toto!*@host.com"),
"%(irc_channel_nicks_hosts) %-", &irc_command_kickban, NULL);
weechat_hook_command ("kill",
N_("close client-server connection"),