Hi hi, i made my friend a sleeper bot for her room it works from the same mirc, through just sockets so ctcpreply wont work obviously does anyone know the format to reply to a time request through sockets? ive tried stuff like
if ($2 = privmsg) {
if ($4 == :TIME) { sockwrite -n %s PRIVMSG %i :TIME $date $+ , $time }
}
Thanks