PHP 클래스 Phergie_Plugin_AutoJoin, phergie

The configuration setting autojoin.channels is used to determine which channels to join. This setting can point to a comma-delimited string or enumerated array containing a single list of channels or an associative array keyed by hostname where each value is a comma-delimited string or enumerated array containing a list of channels to join on the server corresponding to that hostname.
저자: Phergie Development Team ([email protected])
상속: extends Phergie_Plugin_Abstract
파일 보기 프로젝트 열기: phergie/phergie

공개 메소드들

메소드 설명
onResponse ( ) : void Intercepts the end of the "message of the day" response and responds by joining the channels specified in the configuration file.

메소드 상세

onResponse() 공개 메소드

Intercepts the end of the "message of the day" response and responds by joining the channels specified in the configuration file.
public onResponse ( ) : void
리턴 void