mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 17:05:11 +00:00
[FIX] Fix unused variables
This commit is contained in:
parent
0b00a665bf
commit
a38e14e029
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue