From WikiChip
Difference between revisions of "mirc/commands/sockpause"
m (Bot: Fixing links) |
|||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''/sockpause''' command allows mIRC to pause | + | {{mirc title|/sockpause Command}} |
+ | 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 5: | Line 8: | ||
== Switches == | == Switches == | ||
− | + | * '''r''' - Restarts the reading for the socket. | |
− | |||
− | |||
− | |||
− | |||
− | |||
== Parameters == | == Parameters == | ||
− | + | * '''<name>''' - The name of the socket to reference. | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
== Example == | == Example == | ||
Line 25: | Line 19: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.3}} | |
− | |||
− | |||
== See Also == | == See Also == | ||
Line 48: | Line 40: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|sockpause command - mIRC]] |
Latest revision as of 18:03, 2 May 2023
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
mIRC commands list