From WikiChip
/sockpause Command - mIRC
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[edit]
/sockpause [-r] <name>
Switches[edit]
- r - Restarts the reading for the socket.
Parameters[edit]
- <name> - The name of the socket to reference.
Example[edit]
Resume the incoming data reading for mySocket:
/sockpause -r mySocket
Compatibility[edit]
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[edit]
- List of commands
- List of identifiers
- $sock
- $sockname
- $sockerr
- $sockbr
- /sockaccept
- /sockclose
- /socklist
- /socklisten
- /sockmark
- /sockopen
- /sockread
- /sockrename
- /sockudp
- /sockwrite
[Expand]
mIRC commands list