diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 6f94f2748b7..6b834ebe308 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -989,7 +989,7 @@ if(!check_if_greater_rights_than(M.client)) usr << "Error: They have more rights than you do." return - M << "You have been kicked from the server." + M << "You have been kicked from the server by [usr.client.ckey]." log_admin("[key_name(usr)] booted [key_name(M)].") message_admins("[key_name_admin(usr)] booted [key_name_admin(M)].") //M.client = null