mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
use less wide lines to avoid ugly wrapping
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3241 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5ee91babf8
commit
597d9e4488
@ -17,17 +17,19 @@
|
|||||||
/DCC SEND [-passive] [-append | -prepend | -flush | -rmtail | -rmhead]
|
/DCC SEND [-passive] [-append | -prepend | -flush | -rmtail | -rmhead]
|
||||||
<nick> <file> [<file> ...]
|
<nick> <file> [<file> ...]
|
||||||
- Sends a DCC SEND request to remote client. Remote end has to accept
|
- Sends a DCC SEND request to remote client. Remote end has to accept
|
||||||
the request before the transmission can be started. Giving multiple files
|
the request before the transmission can be started. Giving multiple
|
||||||
queues them. File names may contain shell expansion characters: * ? [] ~
|
files queues them. File names may contain shell expansion
|
||||||
(~ expansion may not be supported on all platforms). Files with spaces
|
characters: * ? [] ~ (~ expansion may not be supported on all
|
||||||
in their names need to be quoted (eg. "file name"). If -passive is used
|
platforms). Files with spaces in their names need to be quoted (eg.
|
||||||
then the passive DCC protocol is used (as mIRC and xchat > 2.0.7 can do).
|
"file name"). If -passive is used then the passive DCC protocol is
|
||||||
This is useful to bypass a NAT/firewall which limit your possibility in
|
used (as mIRC and xchat > 2.0.7 can do). This is useful to bypass a
|
||||||
listening for remote connections.
|
NAT/firewall which limit your possibility in listening for remote
|
||||||
|
connections.
|
||||||
/DCC SERVER [<+|-scf> <port>]
|
/DCC SERVER [<+|-scf> <port>]
|
||||||
- Starts a DCC SERVER on the specified port. The remote can connect to this
|
- Starts a DCC SERVER on the specified port. The remote can connect
|
||||||
server and initiate chat, send and fserve requests. You can specify + or -
|
to this server and initiate chat, send and fserve requests. You can
|
||||||
using any combination of the flags 's' (Send), 'c' (Chat), or 'f' (Fserver).
|
specify + or - using any combination of the flags 's' (Send),
|
||||||
|
'c' (Chat), or 'f' (Fserver).
|
||||||
/DCC CLOSE <type> <nick> [<file>]
|
/DCC CLOSE <type> <nick> [<file>]
|
||||||
- Closes a DCC-connection. Type can be either SEND, GET or CHAT.
|
- Closes a DCC-connection. Type can be either SEND, GET or CHAT.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user