Irssi: How can I close the DCC Server?

0

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.

Léo Léopold Hertz 준영

Posted 2009-08-13T22:29:20.403

Reputation: 4 828

Answers

3

/dcc close server <port>

Dante

Posted 2009-08-13T22:29:20.403

Reputation: 46

1

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

dave

Posted 2009-08-13T22:29:20.403

Reputation: 641

Irssi informed that the server started at the port 0. – Léo Léopold Hertz 준영 – 2009-08-13T23:38:14.543

Please, see the updated clarification. – Léo Léopold Hertz 준영 – 2009-08-13T23:43:29.710

I get No help for dcc server after running your command. It seems that Ubuntu does not have all manuals for irssi by default. – Léo Léopold Hertz 준영 – 2009-08-27T00:18:51.940