From WikiChip
Difference between revisions of "mirc/commands/ignore"
(Replaced content with "Because here is a list of multiplayer games is that the leave was asked adddkdcabgbagfae") |
m (Reverted edits by 212.237.18.90 (talk) to last revision by ChippyBot) |
||
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. | ||
+ | |||
+ | |||
+ | == Synopsis == | ||
+ | /ignore [-lrpcntikdwxuN] <on|off|nick/address> [type] [network] | ||
+ | |||
+ | == Switches == | ||
+ | * '''-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 | ||
+ | |||
+ | |||
+ | * '''-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 == | ||
+ | * '''<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 == | ||
+ | none | ||
+ | |||
+ | == Compatibility == | ||
+ | Added: mIRC 6.1 | ||
+ | |||
+ | == See also == | ||
+ | * [[List of commands - mIRC|List of commands]] | ||
+ | * [[List of identifiers - mIRC|List of identifiers]] | ||
+ | * {{mIRC|$ignore}} | ||
+ | {{mIRC command list}} | ||
+ | |||
+ | [[Category:mIRC commands|ignore command - mIRC]] |
Revision as of 22:40, 4 October 2018
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
/ignore [-lrpcntikdwxuN] <on|off|nick/address> [type] [network]
Switches
- -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
- -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
- <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
none
Compatibility
Added: mIRC 6.1
See also
mIRC commands list