Documentation

#NOINPUT

NOINPUT

Syntax: #NOINPUT
Related: #ONINPUT

Clears the text being sent to the server within an #ONINPUT trigger.

NOINPUT Example

#ONINPUT {^target (%w)} {#VAR target %1;#NOINPUT}

This creates a command line trigger that fires when "target" is the first word on the line. It sets the @target variable and then uses #NOINPUT to prevent any command from being sent to the server

Add comment

Login or register to post comments