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
Показать файл Открыть проект

Открытые методы

Метод Описание
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