function sampev.onServerMessage(color, text)
if text:find("A%: (.+)%[(%d+)%] забанил игрока (.+)%[(%d+)%] на (%d+) дней. Причина%: (.+)") then
local admnick, admid, playernick, playerid, time, reason = text:match("A%: (.+)%[(%d+)%] забанил игрока (.+)%[(%d+)%] на (%d+) дней. Причина%: (.+)")
if playernick == getBotNick() and tonumber(playerid) == getBotId() then
exit()
end
end
end