Extension:SupybotNotify

This page is a translated version of the page Extension:SupybotNotify and the translation is 43% complete.
MediaWiki 拡張機能マニュアル
SupybotNotify
リリースの状態: 保守されていない
実装 フック
説明 Sends recent changes through a Supybot with the Notify plugin to an IRC channel
作者 Ian Weller (ianwellerトーク)
最新バージョン 1.0 (2011-05-28)
MediaWiki 1.14+
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード Extension:SupybotNotify/Version 1.0

この拡張機能ができること

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

使用法

Install, configure and forget.

ダウンロード手順

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

$IP は、あなたが MediaWiki をインストールしたインストールパス (または「ディレクトリ」) を意味します (Install Path の略)。そのディレクトリには LocalSettings.php index.php などがあります。

インストール

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");

コード