Class nickserv

Description

BuddyServ IRC Services

NickServ account identification services

Located in /includes/class/Class.nickserv.php (line 25)


	
			
Method Summary
void authstart (string $nick, [int $level = 1], [bool $timed = false])
void denied (string $nick)
void disable (string $nick, array $arguments)
void enable (string $nick, string $target)
void ghost (string $nick, string $target, string $password)
void identify (string $nick, string $password)
void info (string $nick, string $target)
void initialize (string $nick, string $username, string $host, string $name)
void introduce ()
void login (string $nick, string $target, string $password)
void notregistered (string $nick, string $command)
void parser (string $nick, string $arguments)
void recover (string $nick, string $target, string $password)
null unknowncmd (string $nick, string $command)
void vhost (string $nick, array $arguments)
void yourdisabled (string $nick)
mixed __get (string $what)
Methods
authstart (line 784)

Begins the authentication notices

void authstart (string $nick, [int $level = 1], [bool $timed = false])
  • string $nick
  • int $level
  • bool $timed
denied (line 453)

Function to send 'access denied' string

void denied (string $nick)
  • string $nick
disable (line 180)

Disable a currently active username.

void disable (string $nick, array $arguments)
  • string $nick
  • array $arguments
enable (line 132)

Enables a username that is currently disabled.

void enable (string $nick, string $target)
  • string $nick
  • string $target
ghost (line 505)

Ghost command to remove dead client connection

void ghost (string $nick, string $target, string $password)
  • string $nick
  • string $target
  • string $password
identify (line 609)

Identify command

void identify (string $nick, string $password)
  • string $nick
  • string $password
info (line 359)

Info command uses to show user information

void info (string $nick, string $target)
  • string $nick
  • string $target
initialize (line 38)

Initialize this service client.

void initialize (string $nick, string $username, string $host, string $name)
  • string $nick
  • string $username
  • string $host
  • string $name
introduce (line 62)

Introduce this client to the uplink server.

void introduce ()
login (line 550)

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
notregistered (line 762)

Tells user they must be registered to issue said command

void notregistered (string $nick, string $command)
  • string $nick
  • string $command
parser (line 74)

Called to parse any messages to NickServ

void parser (string $nick, string $arguments)
  • string $nick
  • string $arguments
recover (line 467)

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
unknowncmd (line 120)

Command not known response

null unknowncmd (string $nick, string $command)
  • string $nick
  • string $command
vhost (line 241)

Sets a virtual host for a user

void vhost (string $nick, array $arguments)
  • string $nick
  • array $arguments
yourdisabled (line 772)

Tells a user their account is disabled

void yourdisabled (string $nick)
  • string $nick
__get (line 50)

Magic getter

mixed __get (string $what)
  • string $what

Documentation generated on Thu, 19 Nov 2009 20:25:20 -0700 by phpDocumentor 1.4.1