diff --git a/bot.php b/bot.php index a139f18..fcbe90e 100644 --- a/bot.php +++ b/bot.php @@ -178,7 +178,7 @@ $badgeSig = get_stats_signal(); echo "[+] connected: $badgeConn, Sig shared: $badgeSig\n"; fputs($socket, "PRIVMSG #theSignal :Connected = $badgeConn, Sig shared = $badgeSig\n"); - }else{ echo "[-] not for me \n".$ex[4]."\n$rand\n"; } + }else{ echo "[-] not for me\n"; } } } }