ID:269674
 
Well can someone show me how to do a who command to show a list of everyone in the game and also a command to get the address of the server. Thanks in advance.
mob/verb
ServerIP()
usr << "[world.address]"
PlayerList()
for(var/mob/M in world)
if(M.client)
usr << "[M]/[M.key]"