From WikiChip
Difference between revisions of "mirc/commands/noop"
(Created page with "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 valu...") |
m (Bot: Adding a template) |
||
Line 31: | Line 31: | ||
* [[/scid command - mIRC|/scid]] | * [[/scid command - mIRC|/scid]] | ||
* [[/scon command - mIRC|/scon]] | * [[/scon command - mIRC|/scon]] | ||
+ | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:MIRC commands]] |
Revision as of 20:52, 3 July 2014
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
/noop [args]
Switches
None
Parameters
- [args] - Arguments to evaluate
Example
alias noop_example { ; discard the value we get from $tip noop $tip(Example, Hello, Hello there) }
Compatibility
Added: mIRC v6.17
Added On: 17/02/2006
Note: Individual switches were not taken into consideration.
See also
mIRC commands list