Index: trunk/phase3/includes/PatrolLog.php |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | # We send this to IRC but do not want to add it the RC table. |
31 | 31 | global $wgRC2UDPAddress, $wgRC2UDPOmitBots; |
32 | 32 | if( $wgRC2UDPAddress && ( !$rc->getAttribute('rc_bot') || !$wgRC2UDPOmitBots ) ) { |
33 | | - self::sendToUDP( $rc->getIRCLine() ); |
| 33 | + RecentChange::sendToUDP( $rc->getIRCLine() ); |
34 | 34 | } |
35 | 35 | return true; |
36 | 36 | } |