This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Problems when oping? - SOLVED

Old posts that have not been replied to for several years.
Locked
N
Nik
Voice
Posts: 18
Joined: Sun Jan 27, 2002 8:00 pm
Location: Sweden

Post by Nik »

I installed netbots today on 4 bots. I noticed though that sometimes the bots don't get oped after they rejoin channel after server change (with mainserver). When I do .channel on those bots, they don't display any users on the channel (not even themselves). If I do make the bot leave the channel and then rejoin it, it gets oped though.
Is this some sort of lag problem or is there anything with netbots that I have set wrong?
Or is it an eggdrop question (which means I'm n the wrong forum :wink: )

# botnetop.tcl settings
set nb_component(botnetop) 1
set bop_delay 0
set bop_maxreq 2
set bop_modeop 1
set bop_linkop 1
set bop_icheck 1
set bop_hcheck 1
set bop_osync 0
set bop_addhost 1
set bop_log 0

# mainserver.tcl settings
set nb_component(mainserver) 1
set ms_mservers {
server
}
set ms_servers {
server list
}
set ms_chktime 120
set ms_tryagn 300
set ms_autoreset 12
set ms_note "MyNick"
set ms_chans ""
set ms_needbot 2


Also, when I do .opall nothing happens and on .channel it says under my nick (Pending +o -- I'm lagged). However, nothing else seem to be lagged at all. (I can do .say and it say it immediatly to the channel)

Appreciate any help that anyone can give!
Nik

<font size=-1>[ This Message was edited by: Nik on 2002-01-30 19:10 ]</font>

<font size=-1>[ This Message was edited by: Nik on 2002-01-31 11:25 ]</font>
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

what ircd you running them on?
N
Nik
Voice
Posts: 18
Joined: Sun Jan 27, 2002 8:00 pm
Location: Sweden

Post by Nik »

EFnet
2.8/hybrid-6.3rc5 oOiwszcrkfydnxb biklmnopstve
N
Nik
Voice
Posts: 18
Joined: Sun Jan 27, 2002 8:00 pm
Location: Sweden

Post by Nik »

Also, I forgot to say. Most recent thing is that the bot report that it's pending a channel while other bots report it to be on the channel and having ops.

Been a while since I ran bots but I never had any troubble like this before so I really don't know what to do about it.
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

If .channel is spitting out blanks then the problem is probably not in netbots.tcl.

There have been some reports of this type of problem since 1.6.8's release.
N
Nik
Voice
Posts: 18
Joined: Sun Jan 27, 2002 8:00 pm
Location: Sweden

Post by Nik »

Thanks, atleast now I know what's not causing the problem. :|


Anyone have any idea what could be wrong with the eggdrop? Or knows of a way to fix it?!
Maybe change to another eggdrop version? (Running 1.6.8 )


<font size=-1>[ This Message was edited by: Nik on 2002-01-31 01:48 ]</font>
N
Nik
Voice
Posts: 18
Joined: Sun Jan 27, 2002 8:00 pm
Location: Sweden

Post by Nik »

Problem solved. If anyone has the same problem, check the net-type setting in the bot config and make sure it's set right!!
(yeah, I know.....it was a stupid error on my side!)
Locked