Extension:SupybotNotify
This extension stores its source code on a wiki page. Please be aware that this code may be unreviewed or maliciously altered. They may contain security holes, outdated interfaces that are no longer compatible etc. Note: No localisation updates are provided for this extension by translatewiki.net . |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() 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 |
What can this extension do?Edit
This extension sends recent changes through a Supybot with the Notify plugin (download) to IRC channels.
UsageEdit
Install, configure and forget.
Download instructionsEdit
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..
InstallationEdit
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");