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 9 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 30 of file library_php_2.inc.php.

References $host, $nick, and $port.

00030                                      {
00031         $this->host=$host;
00032         $this->port=$port;
00033         $this->nick=$nick;
00034     }


Member Data Documentation

c_server::$chan_modes_class_a
 

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

Definition at line 16 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 17 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 18 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 19 of file library_php_2.inc.php.

c_server::$host
 

Host we are connected to.

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

Referenced by init().

c_server::$isupport
 

Associative array of RPL_ISSUPORT 005 numeric data.

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

c_server::$nick
 

Nickname we are using.

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

Referenced by init().

c_server::$port
 

Port we are connected to.

Definition at line 11 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 15 of file library_php_2.inc.php.


The documentation for this class was generated from the following file:
Generated on Wed Jun 15 01:58:39 2005 for Library for "php_2" scripting by  doxygen 1.4.3