From WikiChip
Difference between revisions of "mirc/commands/pop"
(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...") |
m (Bot: de-linking old mIRC menu) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/pop Command}} | ||
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. | ||
Line 18: | Line 20: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|3.42}} | |
− | |||
− | |||
− | |||
− | |||
== 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|/pvoice}} |
+ | {{mIRC command list}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|pop command - mIRC]] |
Latest revision as of 18:35, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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[edit]
/pop <delay> [#channel] <nickname>
Switches[edit]
None
Parameters[edit]
- <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[edit]
None
Compatibility[edit]
Added: mIRC v3.42
Added on: 29 Jun 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list