This commit is contained in:
Denny Dai
2015-07-08 16:13:12 +08:00
parent 725fc82dc0
commit 397031ec56
8 changed files with 22 additions and 6 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ if(filter_var($var[0], FILTER_VALIDATE_IP)){
$msg .= "\nBroadcast: ".$plugin_ipcalc_broadcast;
$msg .= "\nHostMin: ".long2ip($plugin_ipcalc_first);
$msg .= "\nHostMax: ".long2ip($plugin_ipcalc_last);
$msg .= "\nHosts/Net: ".($plugin_ipcalc_hosts + 2);
$msg .= "\nTotal num: ".($plugin_ipcalc_hosts + 3);
$BOT->msg($plugin_sendto, $msg);
}else{