From cc7812103ce48332e04f47cbc9b2fc2bff60b501 Mon Sep 17 00:00:00 2001 From: aardlyworthit Date: Sat, 29 Dec 2018 02:13:37 -0500 Subject: [PATCH] Add files via upload --- Aard_Highlight_Info_History.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Aard_Highlight_Info_History.xml b/Aard_Highlight_Info_History.xml index 7197fad..90e046a 100644 --- a/Aard_Highlight_Info_History.xml +++ b/Aard_Highlight_Info_History.xml @@ -106,9 +106,9 @@ function go(name, line, args) do_reset = false if args.words ~= "" then do_reset = true - ColourNote("darkred", "", "[", "red", "", "[", "silver", "", " Highlighting info history lines that contain '"..args[2].."'. ", "red", "", "]", "darkred", "", "]") + ColourNote("darkred", "", "[", "red", "", "[", "silver", "", " Highlighting info history lines that contain '"..args.words.."'. ", "red", "", "]", "darkred", "", "]") Note() - SetTriggerOption("info_highlight", "match", "^\\[[\\d:\\s\\w]+\\] INFO: .*"..args[2]..".*$") + SetTriggerOption("info_highlight", "match", "^\\[[\\d:\\s\\w]+\\] INFO: .*"..args.words..".*$") end EnableTrigger("end_of_info", true) DoAfterSpecial(1, "send_it('"..args[1].."')", 12)