PHP 클래스 Phergie_Plugin_Quit, phergie

저자: Phergie Development Team ([email protected])
상속: extends Phergie_Plugin_Abstract
파일 보기 프로젝트 열기: phergie/phergie

공개 메소드들

메소드 설명
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.

메소드 상세

onCommandQuit() 공개 메소드

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
리턴 void

onLoad() 공개 메소드

Checks for dependencies.
public onLoad ( ) : void
리턴 void