PHP Class Phergie_Plugin_Join, phergie

Author: Phergie Development Team ([email protected])
Inheritance: extends Phergie_Plugin_Abstract
Show file Open project: phergie/phergie

Public Methods

Method Description
onCommandJoin ( string $channels, string $keys = null ) : void Joins a channel.
onLoad ( ) : void Checks for dependencies.

Method Details

onCommandJoin() public method

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
return void

onLoad() public method

Checks for dependencies.
public onLoad ( ) : void
return void