diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-23 16:26:36 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-23 16:26:36 +0100 |
commit | 8cfabb469677b027422ea72d88f40787feb46d91 (patch) | |
tree | 231e34733dbd542c36c3be189f28f7d62f635952 /doc/en/autogen/user | |
parent | a0f442a84e63a1969f89a0d3c05137f6403a8c74 (diff) | |
download | weechat-8cfabb469677b027422ea72d88f40787feb46d91.zip |
Add examples in /help dcc, update german translations
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/irc_commands.txt | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt index bd86471fb..255a16120 100644 --- a/doc/en/autogen/user/irc_commands.txt +++ b/doc/en/autogen/user/irc_commands.txt @@ -98,6 +98,12 @@ action: 'send' (file) or 'chat' nickname: nickname to send file or chat file: filename (on local host) + + Examples: + chat with nick "toto": + /dcc chat toto + send file "/home/foo/bar.txt" to nick "toto": + /dcc send toto /home/foo/bar.txt ........................................ • *`/dehalfop`* `[nickname [nickname]]`:: @@ -215,9 +221,11 @@ nickname: nickname to kick and ban comment: comment for kick - It is possible to kick/ban with a mask, nick will be extracted from mask and replaced by "*", for example: - /kickban toto!*@host.com - will ban "*!*@host.com" and then kick "toto". + It is possible to kick/ban with a mask, nick will be extracted from mask and replaced by "*". + + Example: + ban "*!*@host.com" and then kick "toto": + /kickban toto!*@host.com ........................................ • *`/kill`* `nickname comment`:: |