SUBSTITUTE
Command: #substitute {text} {new text} {priority}
Allows you to replace text from the server with the new text.
The %1-%99 variables can be used to capture text and use it as part of
the new output.
Color codes can be used to color the new text, to restore the color to
that of the original line the <900> color code can be used.
If only one argument is given, all active substitutions that match the
argument are displayed. Wildcards can be used, see '#help regex' for
additional information on that subject.
If no argument is given, all subs are displayed.
Example: #sub {Zoe} {ZOE}
Any instance of Zoe will be replaced with ZOE.
Example: #sub {~\e[0;34m} {\e[1;34m}
Replace generic dark blue color codes with bright blue ones.
Example: #sub {%1massacres%2} {<018>%1<118>MASSACRES<018>%2}
Replace a line containing 'massacres' with 'MASSACRES' in red.
Comment: See '#help action', for more information about triggers.
Comment: See '#help colors', for more information.
Comment: You can remove a substitution with the #unsubstitute command.
Related: action, gag, highlight and prompt.
|