updates for latest API changes

This commit is contained in:
Mark 2004-08-31 22:46:23 +00:00
parent 8905e25960
commit b18914cc77

2
opsb.c
View file

@ -367,7 +367,7 @@ static BotInfo opsb_botinfo =
int ModSynch (void)
{
SET_SEGV_LOCATION();
opsb_bot = init_bot(&opsb_botinfo);
opsb_bot = AddBot (&opsb_botinfo);
if (opsb.confed == 0) {
add_timer (TIMER_TYPE_INTERVAL, unconf, "unconf", 60);
unconf();