[FIX/ADD] Fix YAML generation, keep track of time

This commit is contained in:
LDA 2024-10-11 16:09:21 +02:00
commit 13a9d23fa0
12 changed files with 33 additions and 10 deletions

View file

@ -63,7 +63,7 @@ CommandHead(CmdPlumb, cmd, argp)
if (chat_id)
{
char *rev = StrConcat(2, muc, "/parsee");
XMPPJoinMUC(args->data->jabber, "parsee", rev, NULL, false);
XMPPJoinMUC(args->data->jabber, "parsee", rev, NULL, -1, false);
Free(rev);
}