mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 00:16:22 +00:00
Handle room presence notifications
This commit is contained in:
@@ -1014,8 +1014,8 @@ _cmd_join(const char * const inp, struct cmd_help_t help)
|
||||
strcpy(jid_cpy, jid);
|
||||
nick = strdup(strtok(jid_cpy, "@"));
|
||||
}
|
||||
|
||||
jabber_join(room_jid, nick);
|
||||
win_join_chat(room_jid, nick);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user