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" == "@"). |
Definition at line 30 of file library_php_2.inc.php.
|
Initialization.
Definition at line 51 of file library_php_2.inc.php. References $host, $nick, and $port.
|
|
String with list of CLASS A channel modes (e.g. "beIR").
Definition at line 37 of file library_php_2.inc.php. |
|
String with list of CLASS B channel modes (e.g. "k").
Definition at line 38 of file library_php_2.inc.php. |
|
String with list of CLASS C channel modes (e.g. "l").
Definition at line 39 of file library_php_2.inc.php. |
|
String with list of CLASS D channel modes (e.g. "mnti").
Definition at line 40 of file library_php_2.inc.php. |
|
Host we are connected to.
Definition at line 31 of file library_php_2.inc.php. Referenced by init(). |
|
Associative array of RPL_ISSUPORT 005 numeric data.
Definition at line 35 of file library_php_2.inc.php. |
|
Nickname we are using.
Definition at line 33 of file library_php_2.inc.php. Referenced by init(). |
|
Port we are connected to.
Definition at line 32 of file library_php_2.inc.php. Referenced by init(). |
|
Associative array of user mode prefix (e.g. "o" == "@").
Definition at line 36 of file library_php_2.inc.php. |