client/tintin-2.02.60 #1

Merged
binaryatrocity merged 53 commits from client/tintin-2.02.60 into master 2026-03-01 01:42:32 +00:00
Showing only changes of commit 9cf229c13d - Show all commits

View File

@ -350,6 +350,16 @@
};
};
#nop The smuggler captain dies.
#ACTION {^%1 dies.$} {
#foreach {*killtimers[]} {spot} {
#nop Force case insensitivity on the match due to "The" "A" being capitalized
#regex {%1} {%i$spot} {
#format {killtimers[$spot][time]} {%T};
};
};
};
#FUNCTION {write_spot} {
#var {spotname} {%1};
#var {spottime} {%2};