Documentation

#UNGAG

UNGAG

Syntax: #UNG
Related: #GAG

Prevents the current line from being gagged. Typically used in a trigger to undo the GAG action of a previous trigger.

UNGAG example

#TRIGGER {Zugg} {#GAG}
#TRIGGER {tells you} {#UNGAG}
Normally, the first trigger would gag all lines that contain the string Zugg. However, the second trigger looks for the string 'tells you' and ungags it. Thus, the string 'Zugg tells you' will still be displayed.

Add comment

Login or register to post comments