1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-25 17:13:15 +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

@@ -32,6 +32,7 @@ enum {
GLOBAL_COMMAND_MODE,
CHAT_COMMAND_MODE,
CONFERENCE_COMMAND_MODE,
GROUPCHAT_COMMAND_MODE,
};
void execute(WINDOW *w, ToxWindow *self, Tox *m, const char *input, int mode);