Initial import.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
#BOT_INCLUDE "ip" "prefix" "1"
|
||||
$data = $this -> protocol -> getArgs(1, $recv);
|
||||
if(trim($data) == "") $data = $recv["iphost"];
|
||||
$ip = gethostbyname($data);
|
||||
if($ip == $data) $this -> call("privmsg", $recv["origin"], $recv["nick"].", your dns could not be resolved.");
|
||||
else $this -> call("privmsg", $recv["origin"], $recv["nick"].", your ip is: ".$ip);
|
||||
?>
|
||||
Reference in New Issue
Block a user