[FIX] Go back to using room IDs

I already gave up on urandom anyways.
This commit is contained in:
lda 2025-02-18 22:52:44 +00:00
commit fb44ad4bf6

View file

@ -59,7 +59,7 @@ CommandHead(CmdPlumb, cmd, argp)
goto end;
}
chat_id = ParseePushMUC(args->data, room, muc); // ew.
chat_id = ParseePushMUC(args->data, room_id, muc);
if (chat_id)
{
char *rev = StrConcat(2, muc, "/parsee");