mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 02:32:31 +01:00
parent
2638c88479
commit
778047bc65
@ -501,7 +501,7 @@ typedef struct server
|
||||
int joindelay_tag; /* waiting before we send JOIN */
|
||||
char hostname[128]; /* real ip number */
|
||||
char servername[128]; /* what the server says is its name */
|
||||
char password[86];
|
||||
char password[1024];
|
||||
char nick[NICKLEN];
|
||||
char linebuf[8704]; /* RFC says 512 chars including \r\n, IRCv3 message tags add 8191, plus the NUL byte */
|
||||
char *last_away_reason;
|
||||
|
Loading…
Reference in New Issue
Block a user