From WikiChip
Difference between revisions of "mirc/commands/sockpause"
< mirc‎ | commands

 
Line 8: Line 8:
  
 
== Switches ==
 
== Switches ==
{| class="wikitable" style="line-height: 25px; margin-left: 75px;"
+
* '''r''' - Restarts the reading for the socket.
|-
 
! Switch !! Description
 
|-
 
| '''r''' || Restarts the reading for the socket.
 
|}
 
  
 
== Parameters ==
 
== Parameters ==
{| class="wikitable" style="line-height: 25px; margin-left: 75px;"
+
* '''<name>''' - The name of the socket to reference.
|-
+
 
! Parameter !! Description
 
|-
 
| '''<name>''' || The name of the socket to reference.
 
|}
 
  
 
== Example ==
 
== Example ==

Latest revision as of 19:03, 2 May 2023

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]

[Expand]
v · d · e mIRC commands list