From WikiChip
Difference between revisions of "mirc/commands/sockpause"
(Created /sockpause command - mIRC) |
|||
(11 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 == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$sock}} |
− | * | + | * {{mIRC|$sockname}} |
− | * | + | * {{mIRC|$sockerr}} |
− | * | + | * {{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}} | ||
− | [[Category:mIRC commands]] | + | [[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