PHP Class Phergie_Plugin_Quit, phergie

Author: Phergie Development Team ([email protected])
Inheritance: extends Phergie_Plugin_Abstract
Afficher le fichier Open project: phergie/phergie

Méthodes publiques

Méthode Description
onCommandQuit ( string $message = null ) : void Issues a quit command when a message is received requesting that the bot terminate the current connection.
onLoad ( ) : void Checks for dependencies.

Method Details

onCommandQuit() public méthode

Issues a quit command when a message is received requesting that the bot terminate the current connection.
public onCommandQuit ( string $message = null ) : void
$message string Optional message to emit when quitting
Résultat void

onLoad() public méthode

Checks for dependencies.
public onLoad ( ) : void
Résultat void