Extension:Freenode Chat
From MediaWiki.org
(Redirected from Extension:FreenodeChat)
|
|
This extension is obsolete! It has been replaced by WebChat. |
|
Freenode Chat Release status: stable |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | Adds a special page used to chat in real time with other wiki users (using Freenode web IRC client). | ||
| Author(s) | Robert Leverington, Marco 27 (RobertLTalk) | ||
| Last version | 1.0.0 (July 13, 2009) | ||
| MediaWiki | 1.12.0 or higher | ||
| License | GNU GPL | ||
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
|
|||
|
Check usage (experimental) |
|||
Freenode Chat extension adds a special page used to chat in real time with other wiki users using the Freenode web IRC client. Once installed, it will be available via Special:FreenodeChat.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/freenodeChat/freenodeChat.php"); $wgFreenodeChannel = '#NameOfChannel(s)';
[edit] Rights
The freenode-chat permission can be used to specify what user groups can access it, by default only logged in users have access.
For example:
$wgGroupPermissions['*']['freenode-chat'] = true;
allow anonymous users to use Freenode Chat.
