Extension:Freenode Chat
From MediaWiki.org
This extension is obsolete!
It has been replaced by WebChat.
|
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 |
||
|
|||
|
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.