c_server Class Reference

Server connection informations. More...

List of all members.

Public Member Functions

 init ($host, $port, $nick)
 Initialization.

Public Attributes

 $chan_modes_class_a
 String with list of CLASS A channel modes (e.g. "beIR").
 $chan_modes_class_b
 String with list of CLASS B channel modes (e.g. "k").
 $chan_modes_class_c
 String with list of CLASS C channel modes (e.g. "l").
 $chan_modes_class_d
 String with list of CLASS D channel modes (e.g. "mnti").
 $host
 Host we are connected to.
 $isupport
 Associative array of RPL_ISSUPORT 005 numeric data.
 $nick
 Nickname we are using.
 $port
 Port we are connected to.
 $user_mode_prefix
 Associative array of user mode prefix (e.g. "o" == "@").


Detailed Description

Server connection informations.

Version:
1
Author:
VooDooMan
Date:
2005

Definition at line 30 of file library_php_2.inc.php.


Member Function Documentation

c_server::init host,
port,
nick
 

Initialization.

Version:
1
Author:
VooDooMan
Date:
2005
Parameters:
host Host of IRC server
port Port of IRC server
nick Nick of bot

Definition at line 51 of file library_php_2.inc.php.

References $host, $nick, and $port.

00051                                      {
00052         $this->host=$host;
00053         $this->port=$port;
00054         $this->nick=$nick;
00055     }


Member Data Documentation

c_server::$chan_modes_class_a
 

String with list of CLASS A channel modes (e.g. "beIR").

Definition at line 37 of file library_php_2.inc.php.

c_server::$chan_modes_class_b
 

String with list of CLASS B channel modes (e.g. "k").

Definition at line 38 of file library_php_2.inc.php.

c_server::$chan_modes_class_c
 

String with list of CLASS C channel modes (e.g. "l").

Definition at line 39 of file library_php_2.inc.php.

c_server::$chan_modes_class_d
 

String with list of CLASS D channel modes (e.g. "mnti").

Definition at line 40 of file library_php_2.inc.php.

c_server::$host
 

Host we are connected to.

Definition at line 31 of file library_php_2.inc.php.

Referenced by init().

c_server::$isupport
 

Associative array of RPL_ISSUPORT 005 numeric data.

Definition at line 35 of file library_php_2.inc.php.

c_server::$nick
 

Nickname we are using.

Definition at line 33 of file library_php_2.inc.php.

Referenced by init().

c_server::$port
 

Port we are connected to.

Definition at line 32 of file library_php_2.inc.php.

Referenced by init().

c_server::$user_mode_prefix
 

Associative array of user mode prefix (e.g. "o" == "@").

Definition at line 36 of file library_php_2.inc.php.


The documentation for this class was generated from the following file:
Generated on Sun Jul 24 16:21:26 2005 for Library for "php_2" scripting by  doxygen 1.4.3