1
0
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:
Bram Matthys
2021-12-30 10:40:01 +01:00
parent eaded2d12f
commit 0f52ff76e8
3 changed files with 42 additions and 6 deletions
+6 -1
View File
@@ -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>] */