1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-09 02:26:34 +01:00

implement group private messaging

This commit is contained in:
Jfreegman
2015-03-22 00:56:14 -04:00
parent 88d6d907d8
commit 05c05868c6
10 changed files with 129 additions and 35 deletions

View File

@@ -39,6 +39,8 @@ enum {
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,