PHP 클래스 Phergie_Plugin_Puppet, phergie

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

공개 메소드들

메소드 설명
onCommandAct ( string $channel, string $action ) : void Handles a request for the bot to repeat a given action in a specified channel.
onCommandRaw ( string $message ) : void Handles a request for the bot to send the server a raw message
onCommandSay ( string $channel, string $message ) : void Handles a request for the bot to repeat a given message in a specified channel.
onLoad ( ) : void Checks for dependencies.

메소드 상세

onCommandAct() 공개 메소드

act #chan action
public onCommandAct ( string $channel, string $action ) : void
$channel string Name of the channel
$action string Action to perform
리턴 void

onCommandRaw() 공개 메소드

raw message
public onCommandRaw ( string $message ) : void
$message string Message to send
리턴 void

onCommandSay() 공개 메소드

say #chan message
public onCommandSay ( string $channel, string $message ) : void
$channel string Name of the channel
$message string Message to repeat
리턴 void

onLoad() 공개 메소드

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