diff options
Diffstat (limited to 'structures.h')
-rw-r--r-- | structures.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/structures.h b/structures.h index 9246fa4..3209b21 100644 --- a/structures.h +++ b/structures.h @@ -56,8 +56,11 @@ struct settings { int replayseconds; char clientport[MAXPORTLEN]; char ircnick[MAXNICKLENGTH]; // In both settings and ircdstate as settings is from our file whereas server may change ircdstate copy + char ircnick2[MAXNICKLENGTH]; + char ircnick3[MAXNICKLENGTH]; char ircusername[MAXUSERNAMELEN]; // (Is this also true for the username? Can the server change that?) char ircrealname[MAXREALNAMELEN]; + char password[MAXDATASIZE]; char autochannels[MAXAUTOCHANLEN]; char ircserver[HOST_NAME_MAX]; char ircserverport[MAXPORTLEN]; |