服务器在端口0上使用以下命令:
/dcc server
我不知道它的用途,所以我想关闭它。我该如何关闭 DCC 服务器?
澄清:
如果您查看帮助“/help dcc”,您将看到 close 命令仅适用于“SEND、GET 和 CHAT”。没有提到关闭服务器。
答案1
/dcc close server <port>
答案2
Irssi 有一个内置的帮助系统:
/help dcc server
产量:
/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 服务器命令,服务器将不会启动。
有关 DCC 的更多信息