From WikiChip
Difference between revisions of "mirc/commands/sockpause"
m (Bot: Adding a template) |
m (Bot: Fixing links) |
||
Line 36: | Line 36: | ||
* [[$sockerr identifier - mIRC|$sockerr]] | * [[$sockerr identifier - mIRC|$sockerr]] | ||
* [[$sockbr identifier - mIRC|$sockbr]] | * [[$sockbr identifier - mIRC|$sockbr]] | ||
− | * | + | * {{mIRC|/sockaccept}} |
− | * | + | * {{mIRC|/sockclose}} |
− | * | + | * {{mIRC|/socklist}} |
− | * | + | * {{mIRC|/socklisten}} |
− | * | + | * {{mIRC|/sockmark}} |
− | * | + | * {{mIRC|/sockopen}} |
− | * | + | * {{mIRC|/sockread}} |
− | * | + | * {{mIRC|/sockrename}} |
− | * | + | * {{mIRC|/sockudp}} |
− | * | + | * {{mIRC|/sockwrite}} |
{{mIRC command list}} | {{mIRC command list}} | ||
[[Category:MIRC commands]] | [[Category:MIRC commands]] |
Revision as of 19:58, 5 July 2014
The /sockpause command allows mIRC to pause or restart the socket when reading incoming data.
Synopsis
/sockpause [-r] <name>
Switches
Switch | Description |
---|---|
r | Restarts the connection for the socket. |
Parameters
Parameter | Description |
---|---|
<name> | The name of the socket to reference. |
Example
Resume the incoming data reading for mySocket:
/sockpause -r mySocket
Compatibility
Added: mIRC v5.3
Added On: 13/12/97
See Also
- List of commands
- List of identifiers
- $sock
- $sockname
- $sockerr
- $sockbr
- /sockaccept
- /sockclose
- /socklist
- /socklisten
- /sockmark
- /sockopen
- /sockread
- /sockrename
- /sockudp
- /sockwrite
mIRC commands list