From WikiChip
mirc/commands/noop
< mirc‎ | commands
Revision as of 05:35, 6 December 2013 by David (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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