summaryrefslogtreecommitdiff
path: root/src/fe-common/core/formats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/core/formats.h')
-rw-r--r--src/fe-common/core/formats.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/fe-common/core/formats.h b/src/fe-common/core/formats.h
index a4b26852..8efd204c 100644
--- a/src/fe-common/core/formats.h
+++ b/src/fe-common/core/formats.h
@@ -52,11 +52,10 @@ typedef struct _TEXT_DEST_REC {
SERVER_REC *server;
const char *server_tag; /* if server is non-NULL, must be server->tag */
const char *target;
+ const char *nick;
+ const char *address;
int level;
- HILIGHT_REC *hilight;
- int match_beg;
- int match_end;
int hilight_priority;
char *hilight_color;
int flags;