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
|
return stinkies
|
||||||
end
|
end
|
||||||
|
|
||||||
local arrivedRegex = "([^ -/]+)-?%w* c:(%w+)"
|
local arrivedRegex = "([^ -/]+)-?%w*; c:(%w+)"
|
||||||
local arrivedRegexAlt = "([^ -/]+)-?%w* %(!!!!%) c:(%w+)"
|
local arrivedRegexAlt = "([^ -/]+)-?%w*%(!!!!%); c:(%w+)"
|
||||||
---@param msg string
|
---@param msg string
|
||||||
---@return table<string, stinky>
|
---@return table<string, stinky>
|
||||||
local function ParseArrived(msg)
|
local function ParseArrived(msg)
|
||||||
|
Reference in New Issue
Block a user