2 interface RCFeedEngine
{
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 );