#include <chat_interface.h>
Inheritance diagram for ChatEventChat:
Collaboration diagram for ChatEventChat:Public Member Functions | |
| ChatEventChat (const std::string &a_nick, const std::wstring &an_evt_msg) | |
Public Attributes | |
| std::string | nick |
| std::wstring | evt_msg |
Public Attributes inherited from ChatEvent | |
| ChatEventType | type |
Additional Inherited Members | |
Protected Member Functions inherited from ChatEvent | |
| ChatEvent (ChatEventType a_type) | |
|
inline |
| std::wstring ChatEventChat::evt_msg |
Referenced by Server::handleAdminChat().
| std::string ChatEventChat::nick |
Referenced by Server::handleAdminChat().