From WikiChip
Difference between revisions of "mirc/commands/sockaccept"
(→Synopsis) |
(→Paramters) |
||
Line 5: | Line 5: | ||
<source lang="mIRC">/sockaccept -n <name></source> | <source lang="mIRC">/sockaccept -n <name></source> | ||
− | == | + | == Parameters == |
'''Name''': The name that should be assigned to the accepted connection in order to reference it later. | '''Name''': The name that should be assigned to the accepted connection in order to reference it later. | ||
Revision as of 10:42, 22 September 2022
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /sockaccept command allows mIRC the ability to accept incoming connections on a port that has been opened with the /socklisten commmand.
Synopsis
/sockaccept -n <name>
Parameters
Name: The name that should be assigned to the accepted connection in order to reference it later.
Example
; Listen for connections on the socket named mySock ON *:SOCKLISTEN:mySock: { ; Accept incoming connection on this socket and name them ; with a combination of the socket's name and the current $ctime sockaccept $+($sockname,$ctime) }
Compatibility
Added: mIRC v5.3
Added on: 13 Dec 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also
- List of commands
- List of identifiers
- $sock
- $sockname
- $sockerr
- $sockbr
- /sockclose
- /socklist
- /socklisten
- /sockmark
- /sockopen
- /sockpause
- /sockread
- /sockrename
- /sockudp
- /sockwrite
mIRC commands list