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

(Created page with "The '''/pop command''' performs a delayed op on a nickname. The purpose of this command is to prevent a channel window filling up with op mode changes whenever several users h...")
 
Line 1: Line 1:
 
The '''/pop command''' performs a delayed op on a nickname. The purpose of this command is to prevent a channel window filling up with op mode changes whenever several users have the same nickname in their auto-op section.
 
The '''/pop command''' performs a delayed op on a nickname. The purpose of this command is to prevent a channel window filling up with op mode changes whenever several users have the same nickname in their auto-op section.
 +
 
Before performing the op it checks if the user is already opped.
 
Before performing the op it checks if the user is already opped.
  

Revision as of 14:20, 14 March 2014

The /pop command performs a delayed op on a nickname. The purpose of this command is to prevent a channel window filling up with op mode changes whenever several users have the same nickname in their auto-op section.

Before performing the op it checks if the user is already opped.


Synopsis

/pop <delay> [#channel] <nickname>

Switches

None

Parameters

  • <delay> - mIRC will pause around <delay> seconds before performing the op. If <delay> is zero, it does an immediate op.
  • [#channel] - If specified, the channel you want to op the nickname on, otherwise the current channel is used
  • <nickname> - The nickname you want to op.

Example

None

Compatibility

Added: mIRC v3.42

Added On: 29/06/95

Note: Individual switches were not taken into consideration.

See also