mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 02:16:38 +02:00
in the release notes. Also add the sub-options: color, json-message-tag and oper-only.
This commit is contained in:
+6
-1
@@ -263,12 +263,17 @@ typedef struct Log Log;
|
||||
struct Log {
|
||||
Log *prev, *next;
|
||||
LogSource *sources;
|
||||
int type;
|
||||
char destination[CHANNELLEN+1];
|
||||
/* for destination::file */
|
||||
char *file;
|
||||
char *filefmt;
|
||||
long maxsize;
|
||||
int type;
|
||||
int logfd;
|
||||
/* for destination::channel */
|
||||
int color;
|
||||
int json_message_tag;
|
||||
int oper_only;
|
||||
};
|
||||
|
||||
/** This is used for deciding the <index> in logs[<index>] and temp_logs[<index>] */
|
||||
|
||||
Reference in New Issue
Block a user