I am using NetGate.tcl and there's a weird thing happening.
I wonder if it's related to the eggdrop mechanism itself ... or due to NetGate.
Every now and then the bot restarts with msg (Server Lagged, Restarting).
This is very annoying as I want the bot to stay opped.
netgate tcl have some proc pinger to chechk bot lag or not it self combine that code and see the pinger replay, if it's not good so bot will restart with reason auto restart server laged
that canbe happen because ur shell it's not working properly with netgate or u use some addon cause lag
You wait for a reply then 'restart' if there's too much lag? How about waiting for the max allowed lag time and then just 'jump'? Or 'set check-stoned 1' and remove that entire part of the script
And why are you replying to these old posts? Trying to promote a new version of your backdoored script?
i know this topic from my friend
not for promote but try to explain.
You wait for a reply then 'restart' if there's too much lag? How about waiting for the max allowed lag time and then just 'jump'? Or 'set check-stoned 1' and remove that entire part of the script
maybe u can explain how this code working. sory for my beginner skills.