keep track of address in text_dest for hilight purposes

This commit is contained in:
ailin-nemui 2015-12-28 00:07:42 +01:00
commit 7cc85b9427
4 changed files with 10 additions and 14 deletions

View file

@ -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;