mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 20:36:22 +00:00
Merge branch 'master' into nextdev
This commit is contained in:
@@ -2702,10 +2702,15 @@ _cmd_join(gchar **args, struct cmd_help_t help)
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Jid *room_arg = jid_create(args[0]);
|
||||||
|
if (room_arg == NULL) {
|
||||||
|
cons_show_error("Specified room has incorrect format");
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
int num_args = g_strv_length(args);
|
int num_args = g_strv_length(args);
|
||||||
char *room = NULL;
|
char *room = NULL;
|
||||||
char *nick = NULL;
|
char *nick = NULL;
|
||||||
Jid *room_arg = jid_create(args[0]);
|
|
||||||
GString *room_str = g_string_new("");
|
GString *room_str = g_string_new("");
|
||||||
Jid *my_jid = jid_create(jabber_get_fulljid());
|
Jid *my_jid = jid_create(jabber_get_fulljid());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user