Extension:SupybotNotify/es
![]() | This extension stores its source code on a wiki page. Please be aware that this code may be unreviewed or maliciously altered. They may contain security holes, outdated interfaces that are no longer compatible etc. Nota: No localisation updates are provided for this extension by translatewiki.net . |
![]() | ¡En estos momentos no hay nadie que se encargue del mantenimiento de esta extensión! Aunque todavía puede que funcione, los informes sobre errores o peticiones de nuevas funcionalidades serán probablemente ignorados. |
![]() Estado de lanzamiento: sin mantenimiento |
|
---|---|
Implementación | Gancho |
Descripción | Sends recent changes through a Supybot with the Notify plugin to an IRC channel |
Autor(es) | Ian Weller (ianwellerdiscusión) |
Última versión | 1.0 (2011-05-28) |
MediaWiki | 1.14+ |
Licencia | GNU Licencia Pública general 2.0 o posterior |
Descarga | Extension:SupybotNotify/Version 1.0 |
What can this extension do?
This extension sends recent changes through a Supybot with the Notify plugin (download) to IRC channels.
Uso
Install, configure and forget.
Download instructions
Please select the version you want below and copy and paste the resulting code in $IP/extensions/SupybotNotify.php
.
$IP son las siglas de Installation Path, es decir, la ruta o directorio donde se ha instalado MediaWiki, el mismo directorio que contiene LocalSettings.php , index.php , etc..
Instalación
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");