Fixed parse of create_group_chat

This commit is contained in:
vvaltman 2014-09-04 20:48:04 +04:00
parent f38ab35b5a
commit e9bb95554b

View File

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