ID:1694952
 
Keywords: ckey, key, logout
(See the best response by Laser50.)
Code:
/mob/verb/diee()
ckey = null

/mob/Logout()
world.log << "logout"
..()

The 'logout' message doesn't show up when using the verb, it does if the player logs off by other means.

I was wondering if this was intended or it's a bug.

Best response
I think it could be because you're deleting the client, rather than properly removing it. But I could be wrong there.