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.

eggdrop 'freeze & stuck'

Old posts that have not been replied to for several years.
Locked
d
dg-grey

eggdrop 'freeze & stuck'

Post by dg-grey »

hello there

I have a little problem with my bot.. sometimes it's 'freeze' and don't want talk to channels \pub\notice\prv msgs

here is scripts:

Code: Select all

source scripts/q-auth-0.07.tcl
source scripts/alltools.tcl
source scripts/lang.tcl
source scripts/lol.tcl
source scripts/userinfo.tcl
source scripts/google-0.2.1.tcl
source scripts/counter2.1.tcl
source scripts/chatstats.tcl
source scripts/pubuptime.tcl
source scripts/WebBanList1.1.tcl
source scripts/GBan1.4.tcl
source scripts/voiceallbut102.tcl
source scripts/urlcatcher1.2.tcl
source scripts/deopprot.tcl
source scripts/norepeats.tcl
source scripts/protuser.tcl
source scripts/respond2.0.tcl
source scripts/mc-topiclock.tcl
source gseen.conf
any idea ? :|
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

The "freezing" could be caused by the server lagging. Pop your bot onto a more reliable IRC server.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
d
dg-grey

Post by dg-grey »

i'ts on q.net

imho i think it's not problem with server ;]
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

I'm not familiar with q.net but anyway, have you looked at the eggdrop's logs? You're more likely to find a possible reason there. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
d
dg-grey

Post by dg-grey »

nothin special in logs i dont see any error or smth like this ( what i must search in logs ) ?
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Try unloading one by one (the scripts you have loaded) and see wich one acts dose the freezing thing and either stop using it, contact the author for an fix or fix it yourself. :mrgreen:
Once the game is over, the king and the pawn go back in the same box.
d
dg-grey

Post by dg-grey »

I try it and i think it's problem with CHATstats only it's the best topten script what i seen with www stats ( like this: http://krasnik.net.pl/~lecho/irc-stats/ ) i use version 3.1.2 from February 2002 and i don't think so chatstats autor will make a new verision.. my bot it's generaly for stats and i can't resig with this script :| strange cause sometimes it's works on #xxx1 and in same time in channel #xxx2 not :<

PS. sorry for my english :>
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Also loading alot of tcl scripts might be the source. They might be consuming the bot too much. Some scripts by newbies or 3rd party people have vulnerabilities some times as well.

--
just my 2 cents :oops:
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

If it's a new channel stats script you need you could try pisg which the bot does not actually load; all that is required of the bot are the channel logs being kept, either permanently or for 365 days (or more). Apache and Perl (also crontab) are required on the shell the bot is running on. This link will show you what it generates. Language selection is also available. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Hm... I think i'll try this stats script out, atleast it is a bit different than that one generated by the module (stat.mod) which everyone uses!

Seems as if they are more stats scripts out for mirc, like mircstats and less for eggdrops :roll:
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked