fix message fmt

This commit is contained in:
DNB 2005-05-29 04:38:46 +00:00
parent a112f500bc
commit 5df553a466

2
blsb.c
View file

@ -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;
} }