protocol -> getArgs(1, $recv); if(trim($data) == "") $data = $recv["iphost"]; $host = gethostbyaddr($data); if($host == $data || $host == "") $this -> call("privmsg", $recv["origin"], $recv["nick"].", your ip could not be resolved."); else $this -> call("privmsg", $recv["origin"], $recv["nick"].", your host is: ".$host); ?>