PHP Класс Phergie_Plugin_NickServ, phergie

The password configuration setting should contain the password registered with NickServ for the nick used by the bot.
Автор: Phergie Development Team ([email protected])
Наследование: extends Phergie_Plugin_Abstract
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$botNick string Nick of the NickServ bot
$identifyMessage Identify message

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

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

Описание методов

onCommandGhostbust() публичный Метод

Provides a command to terminate ghost connections.
public onCommandGhostbust ( ) : void
Результат void

onKill() публичный Метод

Handle the server sending a KILL request.
public onKill ( ) : void
Результат void

onLoad() публичный Метод

Checks for dependencies and required configuration settings.
public onLoad ( ) : void
Результат void

onNick() публичный Метод

Changes the in-memory configuration setting for the bot nick if it is successfully changed.
public onNick ( ) : void
Результат void

onNotice() публичный Метод

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
Результат void

onQuit() публичный Метод

Checks to see if the original nick has quit; if so, take the name back.
public onQuit ( ) : void
Результат void

onResponse() публичный Метод

Automatically send the GHOST command if the bot's nick is in use.
public onResponse ( ) : void
Результат void

Описание свойств

$botNick защищенное свойство

Nick of the NickServ bot
protected string $botNick
Результат string

$identifyMessage защищенное свойство

Identify message
protected $identifyMessage