1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-10 19:06:34 +01:00

Implement new groupchats

This commit is contained in:
jfreegman
2020-11-12 21:30:48 -05:00
parent 310cf464d0
commit e6136d45d2
33 changed files with 3273 additions and 23 deletions

View File

@@ -39,6 +39,8 @@ typedef enum LINE_TYPE {
IN_ACTION,
OUT_ACTION,
OUT_ACTION_READ, /* same as OUT_MSG_READ but for actions */
IN_PRVT_MSG, /* PRVT should only be used for groups */
OUT_PRVT_MSG,
PROMPT,
CONNECTION,
DISCONNECTION,