aboutsummaryrefslogtreecommitdiffstats
path: root/user.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-03-16 10:18:02 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2010-03-16 10:18:02 +0000
commit449a51de265cb3b4f0f5003e09fbbb030247c972 (patch)
tree86ce0c9894f8910187fd65c8d43cd366d05ba9fc /user.h
parent9fca06579d61d6360520db98092bce13d30d39ce (diff)
Include non-away status messages in blist and whois responses. The whois
change is a complete violation of the IRC protocol but that doesn't seem to be an uncommon thing.
Diffstat (limited to 'user.h')
-rw-r--r--user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/user.h b/user.h
index 9d8a41a0..8c4f9c44 100644
--- a/user.h
+++ b/user.h
@@ -33,6 +33,7 @@ typedef struct __USER
char *realname;
char *away;
+ char *status_msg; /* Non-IRC extension, but nice on IM. */
char is_private;
char online;