Extension:SupybotNotify
この拡張機能ウィキページは、拡張機能のソースコードを含んでいます。 このコードが未検証であったり不正に変更されていたりするおそれがあることにご注意ください。 セキュリティ ホール、もう互換性がなく古くなったインターフェイス、などを含んでいるおそれがあります。 注記: translatewiki.net は、この拡張機能の地域化 (ローカライズ) の更新を提供しません。 |
現在、この拡張機能は積極的な保守が行われていません! それでも機能する可能性はありますが、バグ報告や機能の要望は無視される可能性が高くなります。 |
![]() リリースの状態: 保守されていない |
|
---|---|
実装 | フック |
説明 | 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");