From WikiChip
Difference between revisions of "mirc/commands/noop"
m (Bot: Fixing compatibility) |
m (Bot: Adding a template) |
||
Line 1: | Line 1: | ||
+ | {{mIRC menu}} | ||
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. | ||
Revision as of 23:35, 28 July 2014
Template:mIRC menu 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 Feb 2006
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