Read a notification
Is it possible to read a notification, for example?
if v:Notify == "Blah" then
concommand.Run("kill")
end
if v:Notify == "Blah" then
concommand.Run("kill")
end
local old = notification.AddLegacy function notification.AddLegacy(text, type, time) MsgN(text) old(text, type, time) end