Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Phergie_Plugin_Join
PHP Class Phergie_Plugin_Join, phergie
See link:
http://pear.phergie.org/package/Phergie_Plugin_Join
Author:
Phergie Development Team (
[email protected]
)
Inheritance:
extends
Phergie_Plugin_Abstract
Afficher le fichier
Open project: phergie/phergie
Méthodes publiques
Méthode
Description
onCommandJoin
(
string
$channels
,
string
$keys
= null ) :
void
Joins a channel.
onLoad
( ) :
void
Checks for dependencies.
Method Details
onCommandJoin()
public
méthode
Joins a channel.
public
onCommandJoin
(
string
$channels
,
string
$keys
= null ) :
void
$channels
string
Comma-delimited list of channels to join
$keys
string
Optional comma-delimited list of channel keys
Résultat
void
onLoad()
public
méthode
Checks for dependencies.
public
onLoad
( ) :
void
Résultat
void