Clears the text being sent to the MUD 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 MUD