#antisubstitute

Syntax: #antisubstitute {pattern}

Description: This command will prevent the lines that contain pattern, from being substituted or gagged.

Example:

#gag {%0 arrived from the %1}

Now, any message containing that text (note the variable substitutions) will be gagged (hidden) from the user.

#antisubstitute {Warrior has arrived%1}

Now, if "Warrior" enters the room, it will be shown on the screen. However, only "Warrior" will be shown. Any other character entering the room will be gagged.

See also: #substitute, #gag