updates for latest API changes
This commit is contained in:
parent
8905e25960
commit
b18914cc77
1 changed files with 1 additions and 1 deletions
2
opsb.c
2
opsb.c
|
@ -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();
|
||||
|
|
Reference in a new issue