PHP Class Phergie_Plugin_Quit, phergie

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

Public Methods

Method 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 method

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

onLoad() public method

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