PHP 클래스 Phergie_Plugin_Ctcp, phergie

상속: extends Phergie_Plugin_Abstract
파일 보기 프로젝트 열기: phergie/phergie

공개 메소드들

메소드 설명
onCtcpPing ( ) : void Responds to a CTCP PING request from a user.
onFinger ( ) : void Responds to a CTCP FINGER request from a user.
onTime ( ) : void Responds to a CTCP TIME request from a user with the current local time.
onVersion ( ) : void Responds to a CTCP VERSION request from a user with the codebase version.

메소드 상세

onCtcpPing() 공개 메소드

Responds to a CTCP PING request from a user.
public onCtcpPing ( ) : void
리턴 void

onFinger() 공개 메소드

Responds to a CTCP FINGER request from a user.
public onFinger ( ) : void
리턴 void

onTime() 공개 메소드

Responds to a CTCP TIME request from a user with the current local time.
public onTime ( ) : void
리턴 void

onVersion() 공개 메소드

Responds to a CTCP VERSION request from a user with the codebase version.
public onVersion ( ) : void
리턴 void