From WikiChip
Difference between revisions of "mirc/commands/protect"
(→Synopsis) |
|||
Line 3: | Line 3: | ||
== Synopsis == | == Synopsis == | ||
− | /protect [- | + | /protect [-rwal] <on|off|nick> [#channel1,#channel2,...] [type] [network] |
== Switches == | == Switches == |
Revision as of 14:05, 14 July 2020
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /protect command can be used to manage the protect list, which allows you to protect nicknames (deop the user if the protected nickname is deopped, and kicked back if kicked)
Synopsis
/protect [-rwal] <on|off|nick> [#channel1,#channel2,...] [type] [network]
Switches
- -r - Removes the entry from the list.
- -w - Makes the protect apply to all network.
Parameters
- <on|off|nick> - If you specify on/off, turns the feature on/off. Otherwise you must give a nickname.
- [#channel1,#channel2] - If specified, a list of channels you want to protect the nickname on, otherwise the protect apply on all channels.
Example
None
Compatibility
Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also
mIRC commands list