Class nickserv

Description

BuddyServ IRC Services

NickServ account identification services

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


	
			
Method Summary
void authstart (string $nick, [int $level = 1], [bool $timed = false])
void checkKillTimed ()
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,  $modes)
void introduce ()
void language (string $nick, string $command, string $lang)
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 1009)

Begins the authentication notices

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

Run through the list of users

waiting for identification, that are kill-timed, and run the auth method on them again.

void checkKillTimed ()
denied (line 627)

Function to send 'access denied' string

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

Disable a currently active username.

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

Enables a username that is currently disabled.

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

Ghost command to remove dead client connection

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

Identify command

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

Info command uses to show user information

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

Initialize this service client.

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

Introduce this client to the uplink server.

void introduce ()
language (line 124)

Command to change the language that a user is spoken to with services.

void language (string $nick, string $command, string $lang)
  • string $nick
  • string $command
  • string $lang
login (line 726)

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 946)

Tells user they must be registered to issue said command

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

Called to parse any messages to NickServ

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

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 176)

Command not known response

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

Sets a virtual host for a user

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

Tells a user their account is disabled

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

Magic getter

mixed __get (string $what)
  • string $what

Documentation generated on Thu, 17 Dec 2009 22:41:29 -0700 by phpDocumentor 1.4.1