OpenClonk
C4Network2IRC.h File Reference
#include "network/C4NetIO.h"
Include dependency graph for C4Network2IRC.h:
This graph shows which files directly or indirectly include this file:

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
 

Enumeration Type Documentation

◆ C4Network2IRCMessageType

Enumerator
MSG_Server 
MSG_Status 
MSG_Message 
MSG_Notice 
MSG_Action 

Definition at line 21 of file C4Network2IRC.h.

22 {
23  MSG_Server,
24  MSG_Status,
26  MSG_Notice,
28 };
@ MSG_Notice
Definition: C4Network2IRC.h:26
@ MSG_Action
Definition: C4Network2IRC.h:27
@ MSG_Server
Definition: C4Network2IRC.h:23
@ MSG_Status
Definition: C4Network2IRC.h:24
@ MSG_Message
Definition: C4Network2IRC.h:25

Variable Documentation

◆ C4NetIRCMaxLogLength

const int C4NetIRCMaxLogLength = 300000

Definition at line 30 of file C4Network2IRC.h.

◆ C4NetIRCMaxReadLogLength

const int C4NetIRCMaxReadLogLength = 1000

Definition at line 31 of file C4Network2IRC.h.

Referenced by C4Network2IRCClient::MarkMessageLogRead().