ID:174406
 
I was wondering how you can look at someones ip so if a ban someone insted of ip banning them i would rather get all there keys so i can ban individual keys. Because ppl can change their ip or get a mask.
mob/verb/SeeSomeonesIP(mob/M as mob in world)
if(M.client) // if they are a real player
src << "[M]'s IP address is: [M.client.adress]"