The server is on the port 0 with the command:

/dcc server

I have no idea of its use, so I would like to close it. How can I close the DCC server?

Clarification:

If you look at the help "/help dcc", you will see that the close-command applies only to "SEND, GET and CHAT". There is no mention about closing the server.

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

/dcc close server <port>

link|improve this answer
feedback

Irssi has a built in help system:

/help dcc server

Yields:

 /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)

If you don't enter the /dcc server command, the server will not be started.
More information on DCC

link|improve this answer
Irssi informed that the server started at the port 0. – Masi Aug 13 '09 at 23:38
Please, see the updated clarification. – Masi Aug 13 '09 at 23:43
I get No help for dcc server after running your command. It seems that Ubuntu does not have all manuals for irssi by default. – Masi Aug 27 '09 at 0:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.