From WikiChip
Difference between revisions of "mirc/commands/sockaccept"
(Created /sockaccept command - mIRC) |
m (Bot: Adding a template) |
||
Line 1: | Line 1: | ||
− | |||
The '''/sockaccept''' command allows mIRC the ability to accept incoming connections on a port that has been opened with the [[/socklisten command - mIRC|/socklisten]] commmand. | The '''/sockaccept''' command allows mIRC the ability to accept incoming connections on a port that has been opened with the [[/socklisten command - mIRC|/socklisten]] commmand. | ||
Line 39: | Line 38: | ||
* [[/sockudp command - mIRC|/sockudp]] | * [[/sockudp command - mIRC|/sockudp]] | ||
* [[/sockwrite command - mIRC|/sockwrite]] | * [[/sockwrite command - mIRC|/sockwrite]] | ||
+ | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:MIRC commands]] |
Revision as of 21:02, 3 July 2014
The /sockaccept command allows mIRC the ability to accept incoming connections on a port that has been opened with the /socklisten commmand.
Synopsis
/sockaccept <name>
Paramters
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/12/97
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