Static Public Member Functions | |
| static mixed | CreateIRCConnection (mixed host, mixed port, mixed nick, mixed password) |
| opens a connection to an irc server and returns the object handling this connection | |
| static mixed | HTTPGetEx (mixed host, mixed port, mixed file) |
Definition at line 6203 of file lua_pseudo_code.cpp.
| static mixed irc::CreateIRCConnection | ( | mixed | host, | |
| mixed | port, | |||
| mixed | nick, | |||
| mixed | password | |||
| ) | [inline, static] |
opens a connection to an irc server and returns the object handling this connection
Definition at line 6206 of file lua_pseudo_code.cpp.
| static mixed irc::HTTPGetEx | ( | mixed | host, | |
| mixed | port, | |||
| mixed | file | |||
| ) | [inline, static] |
[[ http://tools.ietf.org/html/rfc1945
Definition at line 6210 of file lua_pseudo_code.cpp.
1.5.6