From WikiChip
Difference between revisions of "mirc/commands/noop"
m (Bot: Automated text replacement (-Added On:.+\n?\n?\n?\n?\n? +)) |
m (Bot: de-linking old mIRC menu) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/noop Command}} | ||
The '''/noop command''' simply discards all the values after evaluating its arguments like mIRC would in an ordinary command. This is useful for identifiers that return a value but you do not wish to do anything with these values. | The '''/noop command''' simply discards all the values after evaluating its arguments like mIRC would in an ordinary command. This is useful for identifiers that return a value but you do not wish to do anything with these values. | ||
Line 17: | Line 18: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|6.17}} | |
== See also == | == See also == | ||
Line 29: | Line 30: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|noop command - mIRC]] |
Latest revision as of 18:33, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /noop command simply discards all the values after evaluating its arguments like mIRC would in an ordinary command. This is useful for identifiers that return a value but you do not wish to do anything with these values.
Synopsis[edit]
/noop [args]
Switches[edit]
None
Parameters[edit]
- [args] - Arguments to evaluate
Example[edit]
alias noop_example { ; discard the value we get from $tip noop $tip(Example, Hello, Hello there) }
Compatibility[edit]
Added: mIRC v6.17
Added on: 17 Feb 2006
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