client
New()
..()
var/list/iplog = IP_ListRead()
iplog+="[src]([src.key]/[src.address]) logged on at [time2text(world.realtime)]"
IP_ListWrite(iplog)
Edit: Code added
Problem description:
I have an IP log to help admins find a player's IP...But it doesnt add the IP? Nothing with IP's works, cant IP ban, cant view IP, etc. Is this an issue with Byond/DM?