diff --git a/blsb.c b/blsb.c index b6a2908..f99b15e 100644 --- a/blsb.c +++ b/blsb.c @@ -363,7 +363,7 @@ int blsb_cmd_del( CmdParams* cmdparams ) lnode = list_next(blsb.domains, lnode); } /* 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; }