contents.gifindex.gifprev1.gifnext1.gif

pueblo00000000.gif TinTin #unsubstitute command

This command will remove an substitution. The single parameter is the text being substituted. You may specify a pattern to remove all substitutions matching that pattern.

Note: #unsubstitute is a more powerful version of the #ungag command. Using #unsubstitute you can remove substitutions created with either the #substitute or the #gag commands.

Example

This command creates a new substitution:

#substitute {^Devo%0} {Booji Boy%0}

This command deletes the substitution you just created:

#unsubstitute {^Devo%0}

You could delete all anchored substitutions (including the one you defined above) by doing the following:

#unsubstitute {^*}

Also see

TinTin wildcards

#gag

#substitute

#ungag