Merge "New hook 'LocalisationChecksBlacklist' to allow to extend the localisation...
[mediawiki.git] / includes / rcfeed / RCFeedEngine.php
blobf733bcb71d2e40f5717398d43d2f5589dd9d1e94
1 <?php
2 interface RCFeedEngine {
3 /**
4 * Sends some text to the specified live feed.
6 * @see RecentChange::cleanupForIRC
7 * @param array $feed The feed, as configured in an associative array.
8 * @param string $line The text to send.
9 * @return boolean success
11 public function send( array $feed, $line );