Extension:Freenode Chat

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
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
Added rights

freenode-chat

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.

Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox