PHP Class Phergie_Plugin_Part, phergie

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

Public Methods

Method Description
onCommandPart ( string $channels ) : void Parts a channel.
onLoad ( ) : void Checks for dependencies.

Method Details

onCommandPart() public method

Parts a channel.
public onCommandPart ( string $channels ) : void
$channels string Comma-delimited list of channels to leave
return void

onLoad() public method

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