Class serviceclient

Description

BuddyServ IRC Services

ServiceClient object used by all pseudo service clients. Provides common functionality to the IRC Server.

Located in /includes/class/Class.serviceclient.php (line 27)


	
			
Method Summary
unknown_type chanMode (string $target, string $modes)
void cmode (string $channel, string $modes)
void denied (string $target)
void help (string $nick, [string $arguments = false])
void initialize (string $nick, string $username, string $host, string $name)
void introduce ()
void join (string $channel)
void kick (string $channel, string $who, [string $reason = 'No reason specified.'])
void load_help ()
void msg (string $target, string $message)
void notice (string $target, string $message)
void operwall (string $message)
void part (string $channel, [string $reason = false])
void quit ([string $reason = 'BuddyServ by Lynk'])
void topic (string $channel, string $topic)
Methods
chanMode (line 101)

Sets a channels modes

unknown_type chanMode (string $target, string $modes)
  • string $target
  • string $modes
cmode (line 148)

Set a channel mode.

Legacy place holder.

void cmode (string $channel, string $modes)
  • string $channel
  • string $modes
denied (line 113)

Show an 'Access Denied' string to a client.

void denied (string $target)
  • string $target
help (line 274)

Handle help requests for the service client.

void help (string $nick, [string $arguments = false])
  • string $nick
  • string $arguments
initialize (line 45)

Initialize the generic model

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

Introduce the client to the network

void introduce ()
join (line 135)

Join a channel

void join (string $channel)
  • string $channel
kick (line 161)

Kick a user from a channel

void kick (string $channel, string $who, [string $reason = 'No reason specified.'])
  • string $channel
  • string $who
  • string $reason
load_help (line 224)

Load the helpfiles.

void load_help ()
msg (line 214)

Send a PRIVMSG

void msg (string $target, string $message)
  • string $target
  • string $message
notice (line 89)

Sends an IRC Notice

void notice (string $target, string $message)
  • string $target
  • string $message
operwall (line 124)

Sends an operwall

void operwall (string $message)
  • string $message
part (line 191)

Part a channel

void part (string $channel, [string $reason = false])
  • string $channel
  • string $reason
quit (line 202)

Quits the current service client

void quit ([string $reason = 'BuddyServ by Lynk'])
  • string $reason
topic (line 179)

Change a channel topic

void topic (string $channel, string $topic)
  • string $channel
  • string $topic

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