mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 19:50:18 +00:00
Implement support for the IRCv3 account-tag specification. (#2572)
Co-authored-by: Patrick <tingping@tingping.se>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#define MESSAGE_TAGS_DATA_INIT \
|
||||
{ \
|
||||
NULL, /* account name */ \
|
||||
(time_t)0, /* timestamp */ \
|
||||
}
|
||||
|
||||
@@ -36,9 +37,12 @@
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
char *account;
|
||||
time_t timestamp;
|
||||
} message_tags_data;
|
||||
|
||||
void message_tags_data_free (message_tags_data *tags_data);
|
||||
|
||||
void proto_fill_her_up (server *serv);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user