|
@@ -30,7 +30,7 @@ class Tracker {
|
30
|
30
|
|
31
|
31
|
$Err = false;
|
32
|
32
|
if (self::send_request($Get, $MaxAttempts, $Err) === false) {
|
33
|
|
- send_irc("PRIVMSG #tracker :$MaxAttempts $Err $Get");
|
|
33
|
+ send_irc("PRIVMSG " . BOT_DEBUG_CHAN . " :$MaxAttempts $Err $Get");
|
34
|
34
|
if (G::$Cache->get_value('ocelot_error_reported') === false) {
|
35
|
35
|
send_irc('PRIVMSG ' . ADMIN_CHAN . " :Failed to update ocelot: $Err : $Get");
|
36
|
36
|
G::$Cache->cache_value('ocelot_error_reported', true, 3600);
|