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