Begins the authentication notices
void
authstart
(string $nick, [int $level = 1], [bool $timed = false])
-
string
$nick
-
int
$level
-
bool
$timed
Function to send 'access denied' string
void
denied
(string $nick)
Disable a currently active username.
void
disable
(string $nick, array $arguments)
-
string
$nick
-
array
$arguments
Enables a username that is currently disabled.
void
enable
(string $nick, string $target)
-
string
$nick
-
string
$target
Ghost command to remove dead client connection
void
ghost
(string $nick, string $target, string $password)
-
string
$nick
-
string
$target
-
string
$password
Identify command
void
identify
(string $nick, string $password)
-
string
$nick
-
string
$password
Info command uses to show user information
void
info
(string $nick, string $target)
-
string
$nick
-
string
$target
Initialize this service client.
void
initialize
(string $nick, string $username, string $host, string $name)
-
string
$nick
-
string
$username
-
string
$host
-
string
$name
Introduce this client to the uplink server.
void
introduce
()
Allows for the remote IDENTIFY of a nickname for when someone has 2 active clients.
void
login
(string $nick, string $target, string $password)
-
string
$nick
-
string
$target
-
string
$password
Tells user they must be registered to issue said command
void
notregistered
(string $nick, string $command)
-
string
$nick
-
string
$command
Called to parse any messages to NickServ
void
parser
(string $nick, string $arguments)
-
string
$nick
-
string
$arguments
Recovers the target nickname from a user who should not be using it.
void
recover
(string $nick, string $target, string $password)
-
string
$nick
-
string
$target
-
string
$password
Command not known response
null
unknowncmd
(string $nick, string $command)
-
string
$nick
-
string
$command
Sets a virtual host for a user
void
vhost
(string $nick, array $arguments)
-
string
$nick
-
array
$arguments
Tells a user their account is disabled
void
yourdisabled
(string $nick)
Magic getter
mixed
__get
(string $what)