MediaWiki extensions manual
SupybotNotify
Release status: unmaintained
Implementation Hook
Description Sends recent changes through a Supybot with the Notify plugin to an IRC channel
Author(s) Ian Weller (ianwellertalk)
Latest version 1.0 (2011-05-28)
MediaWiki 1.14+
License GNU General Public License 2.0 or later
Download Extension:SupybotNotify/Version 1.0
Hooks used
  • RecentChange_save

What can this extension do?

This extension sends recent changes through a Supybot with the Notify plugin (download) to IRC channels.

Usage

Install, configure and forget.

Download instructions

Please select the version you want below and copy and paste the resulting code in $IP/extensions/SupybotNotify.php.

$IP stands for the Installation Path (or "directory") of your MediaWiki installation, the same directory that holds LocalSettings.php , index.php etc..

Installation

To install this extension, add the following to LocalSettings.php:

// <translate nowrap><!--T:10--> Change this if Notify isn't running on localhost</translate>
//$wgSupybotNotifyHost = '127.0.0.1';
// <translate nowrap><!--T:11--> Change this if Notify isn't running on port 5050</translate>
//$wgSupybotNotifyPort = 5050;
// <translate nowrap><!--T:12--> Add channels like so</translate>
//$wgSupybotNotifyChannels[] = '#channel name';
require_once("$IP/extensions/SupybotNotify.php");

Code

  • Extension:SupybotNotify/Version 1.0
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.