another empty change

improved tracker IRC channel
This commit is contained in:
What.CD 2011-07-21 08:00:08 +00:00
parent c3e077ee82
commit 438fbf2d7e

View File

@ -1898,6 +1898,8 @@ function update_tracker($Action, $Updates) {
$Attempts++; $Attempts++;
} }
send_irc("PRIVMSG #tracker :{$Attempts} {$Return} {$Get}");
if($Return != "success") { if($Return != "success") {
send_irc("PRIVMSG ".ADMIN_CHAN." :Failed to update ocelot: ".$Err." : ".$Get); send_irc("PRIVMSG ".ADMIN_CHAN." :Failed to update ocelot: ".$Err." : ".$Get);
} }