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