Sorry we can't help you. Ask Valve to modify the Source engine to show reasons beyond that.
I don't understand though, I could just make a script...
require("gatekeeper")
function KickHim(ply, cmd, args)
if ply:IsAdmin() then
gatekeeper.Drop(cmd:UserID(), args)
end
end
concommand.Add("kick_player", KickHim)
just a simple example, but somewhere ULX is kicking the person, and there has got to be a way to change the function/method.
when you ban someone with assmod it doesnt say "kicked and banned", if u see what im getting at