_aclGroupAddObject = aclGroupAddObject
function aclGroupAddObject(...)
local atable = {...}
local accName = atable[2]:gsub("user.","")
local player = getAccountPlayer(getAccount(accName))
local a7 = _aclGroupAddObject(...)
if a7 == true and isElement(player) then outputChatBox("You are "..aclGroupGetName(atable[1]).." now!",player,255,255,255,true) end
return a7
end