PHP Class 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.
Inheritance: extends Phergie_Plugin_Abstract
Show file Open project: phergie/phergie

Public Methods

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

Method Details

onResponse() public method

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