PHP Class Phergie_Plugin_Ctcp, phergie

Inheritance: extends Phergie_Plugin_Abstract
Show file Open project: phergie/phergie

Public Methods

Method Description
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.

Method Details

onCtcpPing() public method

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

onFinger() public method

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

onTime() public method

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

onVersion() public method

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