Extension:SupybotNotify
From MediaWiki.org
|
|
This extension stores its code inside a wiki page. Please be aware that MediaWiki developers do not review or keep track of extensions that put their code on the wiki.
|
|
SupybotNotify Release status: stable |
|||
|---|---|---|---|
| Implementation | Hook | ||
| Description | Sends recent changes through a Supybot with the Notify plugin to an IRC channel | ||
| Author(s) | Ian Weller (ianwellerTalk) | ||
| Last version | 1.0 (Mar 28 2011) | ||
| MediaWiki | 1.14+ | ||
| License | GPLv2+ | ||
| Download | Extension:SupybotNotify/Version 1.0 | ||
|
|||
|
Check usage (experimental) |
|||
Contents |
[edit] What can this extension do?
This extension sends recent changes through a Supybot with the Notify plugin (download) to IRC channels.
[edit] Usage
Install, configure and forget.
[edit] Download instructions
Please select the version you want below and copy and paste the resulting code in $IP/extensions/SupybotNotify.php. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
// Change this if Notify isn't running on localhost //$wgSupybotNotifyHost = '127.0.0.1'; // Change this if Notify isn't running on port 5050 //$wgSupybotNotifyPort = 5050; // Add channels like so //$wgSupybotNotifyChannels[] = '#channel name'; require_once("$IP/extensions/SupybotNotify.php");
