#include "network/C4NetIO.h"Go to the source code of this file.
Classes | |
| class | C4Network2IRCMessage | 
| class | C4Network2IRCUser | 
| class | C4Network2IRCChannel | 
| class | C4Network2IRCClient | 
Enumerations | |
| enum | C4Network2IRCMessageType {  MSG_Server , MSG_Status , MSG_Message , MSG_Notice , MSG_Action }  | 
Variables | |
| const int | C4NetIRCMaxLogLength = 300000 | 
| const int | C4NetIRCMaxReadLogLength = 1000 | 
| Enumerator | |
|---|---|
| MSG_Server | |
| MSG_Status | |
| MSG_Message | |
| MSG_Notice | |
| MSG_Action | |
Definition at line 21 of file C4Network2IRC.h.
| const int C4NetIRCMaxLogLength = 300000 | 
Definition at line 30 of file C4Network2IRC.h.
| const int C4NetIRCMaxReadLogLength = 1000 | 
Definition at line 31 of file C4Network2IRC.h.
Referenced by C4Network2IRCClient::MarkMessageLogRead().