Add files via upload

master
aardlyworthit 6 years ago committed by GitHub
parent 4a7f313471
commit cc7812103c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -106,9 +106,9 @@ function go(name, line, args)
do_reset = false do_reset = false
if args.words ~= "" then if args.words ~= "" then
do_reset = true 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() Note()
SetTriggerOption("info_highlight", "match", "^\\[[\\d:\\s\\w]+\\] INFO: .*"..args[2]..".*$") SetTriggerOption("info_highlight", "match", "^\\[[\\d:\\s\\w]+\\] INFO: .*"..args.words..".*$")
end end
EnableTrigger("end_of_info", true) EnableTrigger("end_of_info", true)
DoAfterSpecial(1, "send_it('"..args[1].."')", 12) DoAfterSpecial(1, "send_it('"..args[1].."')", 12)

Loading…
Cancel
Save