Add reply cache, composer bar, and nick-menu replies

This commit is contained in:
2026-06-25 14:51:04 -06:00
parent c9b14d7c45
commit be99d0e900
18 changed files with 884 additions and 30 deletions

View File

@@ -31,6 +31,7 @@ struct User
char *servername;
char *account;
time_t lasttalk;
time_t typing_time;
unsigned int access; /* axs bit field */
char prefix[2]; /* @ + % */
unsigned int op:1;
@@ -39,6 +40,7 @@ struct User
unsigned int me:1;
unsigned int away:1;
unsigned int selected:1;
unsigned int typing:2;
};
#define USERACCESS_SIZE 12