From WikiChip
Difference between revisions of "mirc/commands/noop"
m (PatrolBot moved page /noop command - mIRC to mirc/commands/noop: per new naming convention) |
m (bot: correcting title) |
||
Line 1: | Line 1: | ||
− | {{mIRC menu}} | + | {{mirc title|/noop Command}}{{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 04:26, 4 January 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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