PHP Class Phergie_Plugin_NickServ, phergie

The password configuration setting should contain the password registered with NickServ for the nick used by the bot.
Inheritance: extends Phergie_Plugin_Abstract
Afficher le fichier Open project: phergie/phergie

Protected Properties

Свойство Type Description
$botNick string Nick of the NickServ bot
$identifyMessage Identify message

Méthodes publiques

Méthode Description
onCommandGhostbust ( ) : void Provides a command to terminate ghost connections.
onKill ( ) : void Handle the server sending a KILL request.
onLoad ( ) : void Checks for dependencies and required configuration settings.
onNick ( ) : void Changes the in-memory configuration setting for the bot nick if it is successfully changed.
onNotice ( ) : void Checks for a notice from NickServ and responds accordingly if it is an authentication request or a notice that a ghost connection has been killed.
onQuit ( ) : void Checks to see if the original nick has quit; if so, take the name back.
onResponse ( ) : void Automatically send the GHOST command if the bot's nick is in use.

Method Details

onCommandGhostbust() public méthode

Provides a command to terminate ghost connections.
public onCommandGhostbust ( ) : void
Résultat void

onKill() public méthode

Handle the server sending a KILL request.
public onKill ( ) : void
Résultat void

onLoad() public méthode

Checks for dependencies and required configuration settings.
public onLoad ( ) : void
Résultat void

onNick() public méthode

Changes the in-memory configuration setting for the bot nick if it is successfully changed.
public onNick ( ) : void
Résultat void

onNotice() public méthode

Checks for a notice from NickServ and responds accordingly if it is an authentication request or a notice that a ghost connection has been killed.
public onNotice ( ) : void
Résultat void

onQuit() public méthode

Checks to see if the original nick has quit; if so, take the name back.
public onQuit ( ) : void
Résultat void

onResponse() public méthode

Automatically send the GHOST command if the bot's nick is in use.
public onResponse ( ) : void
Résultat void

Property Details

$botNick protected_oe property

Nick of the NickServ bot
protected string $botNick
Résultat string

$identifyMessage protected_oe property

Identify message
protected $identifyMessage