From WikiChip
Difference between revisions of "mirc/commands/ignore"
(→Synopsis) |
(→Example) |
||
(23 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/ignore Command}} | ||
The '''/ignore command''' ignores various types of messages from users, You can also manage ignore from the Control tab of the address book. | The '''/ignore command''' ignores various types of messages from users, You can also manage ignore from the Control tab of the address book. | ||
== Synopsis == | == Synopsis == | ||
− | /ignore [- | + | /ignore [-lrpcntikdwxuNhysf] <on|off|nick/address> [type] [network] |
== Switches == | == Switches == | ||
Line 13: | Line 14: | ||
* '''-k''' - ignore the control codes from the messages (messages themselves are not ignored) | * '''-k''' - ignore the control codes from the messages (messages themselves are not ignored) | ||
* '''-d''' - ignores the dcc requests | * '''-d''' - ignores the dcc requests | ||
− | + | * '''-s''' - prevent user from triggering speech | |
+ | * '''-h''' - prevent user from triggering highlight | ||
+ | * '''-y''' - prevent user from triggering tips | ||
+ | * '''-f''' - prevent user from triggering flash | ||
+ | * '''-a''' - ignores private, channel, notice, ctcp, dcc, invite, controls, speech, highlight, tips, flash | ||
* '''-l''' - lists all ignored addresses that matches the switches above if any is specified, otherwise lists all ignored addresses. | * '''-l''' - lists all ignored addresses that matches the switches above if any is specified, otherwise lists all ignored addresses. | ||
* '''-r''' - if an address/nick is specified, removes the nick/address, otherwise removes all ignored addresses. | * '''-r''' - if an address/nick is specified, removes the nick/address, otherwise removes all ignored addresses. | ||
Line 19: | Line 24: | ||
* '''-uN''' - specifies a delay (N) in seconds after which the ignore is automatically removed. | * '''-uN''' - specifies a delay (N) in seconds after which the ignore is automatically removed. | ||
* '''-x''' - indicates that this address should be excluded from ignores, useful to temporarily stop ignoring an user or to allow a specific address not to be ignored after ignoring a wide range with an address. | * '''-x''' - indicates that this address should be excluded from ignores, useful to temporarily stop ignoring an user or to allow a specific address not to be ignored after ignoring a wide range with an address. | ||
− | |||
− | |||
== Parameters == | == Parameters == | ||
* '''<on|off|nick/address>''' - turns on/off the ignore feature, or if a nick/address is specified, applies the ignore that user. | * '''<on|off|nick/address>''' - turns on/off the ignore feature, or if a nick/address is specified, applies the ignore that user. | ||
* '''[type]''' - if specified, the address is looked up via the server, otherwise just ignore the nickname. | * '''[type]''' - if specified, the address is looked up via the server, otherwise just ignore the nickname. | ||
− | * '''[network] - if specified, applies the ignore on that network, otherwise applies the ignore on the current network | + | * '''[network]''' - if specified, applies the ignore on that network, otherwise applies the ignore on the current network |
== Example == | == Example == | ||
− | + | If you only want to ignore private messages, can use something like this: | |
+ | |||
+ | <syntaxhighlight lang="mIRC"> | ||
+ | ;User address: 5S1PwHRLH@Example-ins6tn.post.cust.swisscom.ch | ||
+ | |||
+ | /ignore -p *@*post.cust* | ||
+ | /ignore -p *PwHRL*@* | ||
+ | /ignore -p *@*swisscom* | ||
+ | /ignore -p *@*.ch | ||
+ | </syntaxhighlight> | ||
− | |||
− | |||
− | + | View the entire list of ignored addresses: | |
+ | <syntaxhighlight lang="mIRC"> | ||
+ | /ignore -l | ||
+ | </syntaxhighlight> | ||
− | + | == Compatibility == | |
+ | {{mIRC compatibility|2.1a}} | ||
== 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|$ignore}} |
+ | {{mIRC command list}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|ignore command - mIRC]] |
Latest revision as of 22:09, 20 August 2023
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /ignore command ignores various types of messages from users, You can also manage ignore from the Control tab of the address book.
Synopsis[edit]
/ignore [-lrpcntikdwxuNhysf] <on|off|nick/address> [type] [network]
Switches[edit]
- -p - ignores the private messages (if you have a query window associated for that nick/address, it won't ignore the messages)
- -c - ignores the channel messages
- -n - ignores the notice messages
- -t - ignores the ctcp messages
- -i - ignore the invites requests
- -k - ignore the control codes from the messages (messages themselves are not ignored)
- -d - ignores the dcc requests
- -s - prevent user from triggering speech
- -h - prevent user from triggering highlight
- -y - prevent user from triggering tips
- -f - prevent user from triggering flash
- -a - ignores private, channel, notice, ctcp, dcc, invite, controls, speech, highlight, tips, flash
- -l - lists all ignored addresses that matches the switches above if any is specified, otherwise lists all ignored addresses.
- -r - if an address/nick is specified, removes the nick/address, otherwise removes all ignored addresses.
- -w - makes the ignore apply to any network.
- -uN - specifies a delay (N) in seconds after which the ignore is automatically removed.
- -x - indicates that this address should be excluded from ignores, useful to temporarily stop ignoring an user or to allow a specific address not to be ignored after ignoring a wide range with an address.
Parameters[edit]
- <on|off|nick/address> - turns on/off the ignore feature, or if a nick/address is specified, applies the ignore that user.
- [type] - if specified, the address is looked up via the server, otherwise just ignore the nickname.
- [network] - if specified, applies the ignore on that network, otherwise applies the ignore on the current network
Example[edit]
If you only want to ignore private messages, can use something like this:
;User address: 5S1PwHRLH@Example-ins6tn.post.cust.swisscom.ch /ignore -p *@*post.cust* /ignore -p *PwHRL*@* /ignore -p *@*swisscom* /ignore -p *@*.ch
View the entire list of ignored addresses:
/ignore -l
Compatibility[edit]
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[edit]
mIRC commands list