mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
Added DCC SERVER support by Mark Trumbull
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3127 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
579c1c2efd
commit
65463924d2
12 changed files with 506 additions and 21 deletions
|
|
@ -22,6 +22,10 @@ files.
|
|||
queues them. File names may contain shell expansion characters: * ? [] ~
|
||||
(~ expansion may not be supported on all platforms). Files with spaces
|
||||
in their names need to be quoted (eg. "file name").
|
||||
/DCC SERVER [<+|-scf> <port>]
|
||||
- Starts a DCC SERVER on the specified port. The remote can connect to this
|
||||
server and initiate chat, send and fserve requests. You can specify + or -
|
||||
using any combination of the flags 's' (Send), 'c' (Chat), or 'f' (Fserver).
|
||||
/DCC CLOSE <type> <nick> [<file>]
|
||||
- Closes a DCC-connection. Type can be either SEND, GET or CHAT.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue