fix message fmt
This commit is contained in:
parent
a112f500bc
commit
5df553a466
1 changed files with 1 additions and 1 deletions
2
blsb.c
2
blsb.c
|
@ -363,7 +363,7 @@ int blsb_cmd_del( CmdParams* cmdparams )
|
||||||
lnode = list_next(blsb.domains, lnode);
|
lnode = list_next(blsb.domains, lnode);
|
||||||
}
|
}
|
||||||
/* if we get here, then we can't find the entry */
|
/* if we get here, then we can't find the entry */
|
||||||
irc_prefmsg (blsb_bot, cmdparams->source, "Error, no entry for %", cmdparams->av[0]);
|
irc_prefmsg (blsb_bot, cmdparams->source, "Error, no entry for %s", cmdparams->av[0]);
|
||||||
return NS_FAILURE;
|
return NS_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue