Fixed parse of create_group_chat

This commit is contained in:
vvaltman 2014-09-04 20:48:04 +04:00
parent a245f86dd5
commit 62cefe5a8e

View file

@ -1465,7 +1465,7 @@ void interpreter (char *line UU) {
GET_PEER;
tgl_do_create_secret_chat (id, print_secret_chat_gw, 0);
} else if (IS_WORD ("create_group_chat")) {
GET_PEER;
GET_PEER_USER;
int t;
char *s = next_token (&t);
if (!s) {