[FIX] Fix unused variables

This commit is contained in:
LDA 2024-09-28 19:04:23 +02:00
commit a38e14e029

View file

@ -43,7 +43,7 @@ CommandHead(CmdUnlinkMUC, cmd, argp)
{ {
ParseeCmdArg *args = argp; ParseeCmdArg *args = argp;
ParseeData *data = args->data; ParseeData *data = args->data;
HashMap *json, *event = args->event, *mucs; HashMap *event = args->event;
char *muc = NULL, *chat_id = NULL, *room = NULL; char *muc = NULL, *chat_id = NULL, *room = NULL;
BotInitialise(); BotInitialise();