Extension talk:Mibbit

From mediawiki.org
Latest comment: 15 years ago by RobertL in topic Private not Public

Spanish translation[edit]

I've translated this extension to Spanish:

/** Spanish (Español)
 * @author EmuAGR
 */
$messages['es'] = array(
	'mibbit'        => 'Chat Mibbit',
	'mibbit-desc'   => 'Añade una [[Especial:Mibbit|página especial]] para chatear en tiempo real con otros usuarios del wiki',
	'mibbit-header' => 'Esta página especial te permite colaborar o charlar en tiempo real con otros usuarios del wiki.
Para conectar presiona simplemente el botón "Connect".
Si estás identificado, tu nick habrá sido preescrito.
Los usuarios anónimos tienen un nick generado automáticamente, pero puede cambiarse.',
        'right-mibbit'  => 'Con permiso para usar el chat Mibbit',
);

See you :) --EmuAGR 22:06, 23 November 2008 (UTC)Reply

Yes Done --Meno25 21:29, 9 February 2009 (UTC)Reply

Multi special chat pages...[edit]

Hello, I have an idea for Mibbit extension. Can you change the $wgMibbitChannel variable to array? So for example when I create $wgMibbitChannel = array('#channel1', '#channel2') then the extension will create two Special pages called Special:Mibbit_Channel1 and Special:Mibbit_Channel2

Is it possible? Anyway thanks for the Mibbit extension. I use it on my PHP knowledge center on PHP Indonesia. Great job!

bugzilla: is patch hungry ;) siebrand 00:21, 10 February 2009 (UTC)Reply

Private not Public[edit]

I want to send messages to my members and not the public. What do I do?

  • For example:
    • When I connect 32 people I don't know are online but I have 14 members.

Sachein 20:49, 12 April 2009 (UTC)Reply

You will have to create a dedicated IRC channel for your wiki, and kick anyone who is not a member of your wiki from it. Providing a private isolated chat environment is beyond the scope of this extension, it must be implemented by the IRC daemon. RobertL 12:43, 13 April 2009 (UTC)Reply