Fix up stinkytracker to play nice with the new messages
This commit is contained in:
@@ -64,8 +64,8 @@ function shared.StinkyTracker.Init()
|
||||
return stinkies
|
||||
end
|
||||
|
||||
local arrivedRegex = "([^ -/]+)-?%w* c:(%w+)"
|
||||
local arrivedRegexAlt = "([^ -/]+)-?%w* %(!!!!%) c:(%w+)"
|
||||
local arrivedRegex = "([^ -/]+)-?%w*; c:(%w+)"
|
||||
local arrivedRegexAlt = "([^ -/]+)-?%w*%(!!!!%); c:(%w+)"
|
||||
---@param msg string
|
||||
---@return table<string, stinky>
|
||||
local function ParseArrived(msg)
|
||||
|
Reference in New Issue
Block a user