fix warnings

This commit is contained in:
Mark 2004-09-10 15:23:50 +00:00
parent 0ac901bf1c
commit a03a50d917

2
opsb.c
View file

@ -287,7 +287,7 @@ int opsb_cmd_ports_del (CmdParams* cmdparams)
lnode = list_next(opsb.ports, lnode);
}
/* if we get here, then we can't find the entry */
irc_prefmsg (opsb_bot, cmdparams->source, "Error, Can't find entry %d. /msg %s ports list", atoi(cmdparams->av[1]), opsb_bot);
irc_prefmsg (opsb_bot, cmdparams->source, "Error, Can't find entry %d. /msg %s ports list", atoi(cmdparams->av[1]), opsb_bot->name);
} else {
irc_prefmsg (opsb_bot, cmdparams->source, "Error, Out of Range");
}