X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fclient.h;h=c104a75b8fbb8ced91c1e0c4eee50e3a96f2f096;hp=71d413b2f01be419f8c72c997cb33ca620e01a7e;hb=be2e611680834cf469c31ff0a230f1bf6d55c554;hpb=41f75b69740bd205864bd34afbb65ab0a3776136 diff --git a/src/ngircd/client.h b/src/ngircd/client.h index 71d413b2..c104a75b 100644 --- a/src/ngircd/client.h +++ b/src/ngircd/client.h @@ -58,7 +58,7 @@ typedef struct _CLIENT char modes[CLIENT_MODE_LEN]; /* client modes */ int hops, token, mytoken; /* "hops" and "Token" (see SERVER command) */ bool oper_by_me; /* client is local IRC operator on this server? */ - char away[CLIENT_AWAY_LEN]; /* AWAY text (valid if mode 'a' is set) */ + char *away; /* AWAY text (valid if mode 'a' is set) */ char flags[CLIENT_FLAGS_LEN]; /* flags of the client */ char *account_name; /* login account (for services) */ int capabilities; /* enabled IRC capabilities */