EAthena::ChatHandler Class Reference
#include <chathandler.h>
List of all members.
Detailed Description
Definition at line 31 of file chathandler.h.
Constructor & Destructor Documentation
EAthena::ChatHandler::ChatHandler |
( |
|
) |
|
Member Function Documentation
void EAthena::ChatHandler::handleMessage |
( |
MessageIn & |
msg |
) |
[virtual] |
void EAthena::ChatHandler::talk |
( |
const std::string & |
text |
) |
[virtual] |
void EAthena::ChatHandler::me |
( |
const std::string & |
text |
) |
[virtual] |
void EAthena::ChatHandler::privateMessage |
( |
const std::string & |
recipient, |
|
|
const std::string & |
text | |
|
) |
| | [virtual] |
void EAthena::ChatHandler::channelList |
( |
|
) |
[virtual] |
void EAthena::ChatHandler::enterChannel |
( |
const std::string & |
channel, |
|
|
const std::string & |
password | |
|
) |
| | [virtual] |
void EAthena::ChatHandler::quitChannel |
( |
int |
channelId |
) |
[virtual] |
void EAthena::ChatHandler::sendToChannel |
( |
int |
channelId, |
|
|
const std::string & |
text | |
|
) |
| | [virtual] |
void EAthena::ChatHandler::userList |
( |
const std::string & |
channel |
) |
[virtual] |
void EAthena::ChatHandler::setChannelTopic |
( |
int |
channelId, |
|
|
const std::string & |
text | |
|
) |
| | [virtual] |
void EAthena::ChatHandler::setUserMode |
( |
int |
channelId, |
|
|
const std::string & |
name, |
|
|
int |
mode | |
|
) |
| | [virtual] |
void EAthena::ChatHandler::kickUser |
( |
int |
channelId, |
|
|
const std::string & |
name | |
|
) |
| | [virtual] |
void EAthena::ChatHandler::who |
( |
|
) |
[virtual] |
The documentation for this class was generated from the following files: