struct Client: add a dictionary to contain presence metadata.

This commit is contained in:
William Pitcock 2009-05-30 13:17:39 -05:00
parent 3c6fb31a4b
commit c7f7b72079
1 changed files with 2 additions and 0 deletions

View File

@ -177,6 +177,8 @@ struct Client
pre_client_t *preClient;
time_t large_ctcp_sent; /* ctcp to large group sent, relax flood checks */
struct Dictionary *metadata;
};
struct LocalUser