From WikiChip
Difference between revisions of "mirc/commands/dccserver"
m (PatrolBot moved page /dccserver command - mIRC to mirc/commands/dccserver: per new naming convention) |
m (Bot: de-linking old mIRC menu) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{mirc title|/dccserver Command}} |
The '''/dccserver commands''' lets you turn DCC server on or off. The dccserver can also be used to change the default mIRC DCC Server port. Using + or - you can add/remove listening for send, chat, and/or fserver. | The '''/dccserver commands''' lets you turn DCC server on or off. The dccserver can also be used to change the default mIRC DCC Server port. Using + or - you can add/remove listening for send, chat, and/or fserver. | ||
Latest revision as of 18:15, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /dccserver commands lets you turn DCC server on or off. The dccserver can also be used to change the default mIRC DCC Server port. Using + or - you can add/remove listening for send, chat, and/or fserver.
'Note: By default mIRC DCC Server operates on port 59.
Synopsis[edit]
/dccserver [[+-]scf] [on|off] [port]
Switches[edit]
- +s - Listen for send
- +c - Listen for chat
- +f - Listen for fserver
- -s - Don't listen for send
- -c - Don't listen for chat
- -f - Don't listen for fserver
Parameters[edit]
- [on|off] - turn dcc server on/on
- [port] - change port number
Example[edit]
/dccserver off
* DCC Server is off
;send/chat no fserver /dccserver +sc-f on
* DCC Server is on (59,Send,Chat)
;fserver only, port 500 /dccserver +f-sc on 500
* DCC Server is on (500,Fserve)
Compatibility[edit]
Added: mIRC v5.1
Added on: 28 Aug 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list