Erweiterung:SupybotNotify
Diese Erweiterung speichert ihren Quellcode auf einer Wikiseite. Sei bewusst, das dieser Code nicht gesichtet oder böswillig verändert wurde. Diese können Sicherheitslöcher, veraltete Oberflächen, die nicht mehr kompatibel sind usw. enthalten. Hinweis: Keine Lokalisierungsaktualisierungen werden von translatewiki.net für diese Erweiterung angeboten. |
Diese Erweiterung wird derzeit nicht aktiv gepflegt! Obwohl sie möglicherweise immer noch funktioniert, werden Fehlerberichte oder Featureanfragen höchstwahrscheinlich ignoriert. |
![]() Freigabestatus: ohne Wartung |
|
---|---|
Einbindung | Hook |
Beschreibung | Sends recent changes through a Supybot with the Notify plugin to an IRC channel |
Autor(en) | Ian Weller (ianwellerDiskussion) |
Letzte Version | 1.0 (2011-05-28) |
MediaWiki | 1.14+ |
Lizenz | GNU General Public License 2.0 oder später |
Herunterladen | Extension:SupybotNotify/Version 1.0 |
What can this extension do?
This extension sends recent changes through a Supybot with the Notify plugin (download) to IRC channels.
Verwendung
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 steht für den Installationspfad (oder "Verzeichnis") deiner MediaWiki-Installation, dem selben Verzeichnis das die LocalSettings.php , index.php etc. beinhaltet.
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");