From WikiChip
Difference between revisions of "mirc/commands/sockpause"
m (Bot: de-linking old mIRC menu) |
|||
Line 1: | Line 1: | ||
{{mirc title|/sockpause Command}} | {{mirc title|/sockpause Command}} | ||
− | The '''/sockpause''' command allows mIRC to pause | + | The '''/sockpause''' command allows mIRC to pause/restart the reading from winsock. |
+ | |||
+ | The packet are not lost, it's just that on sockread will stop triggering until you restart the reading. | ||
== Synopsis == | == Synopsis == | ||
Line 10: | Line 12: | ||
! Switch !! Description | ! Switch !! Description | ||
|- | |- | ||
− | | '''r''' || Restarts the | + | | '''r''' || Restarts the reading for the socket. |
|} | |} | ||
Revision as of 08:49, 4 January 2020
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /sockpause command allows mIRC to pause/restart the reading from winsock.
The packet are not lost, it's just that on sockread will stop triggering until you restart the reading.
Synopsis
/sockpause [-r] <name>
Switches
Switch | Description |
---|---|
r | Restarts the reading 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 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
- /sockaccept
- /sockclose
- /socklist
- /socklisten
- /sockmark
- /sockopen
- /sockread
- /sockrename
- /sockudp
- /sockwrite
mIRC commands list