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.

Universal channel script

Support & discussion of released scripts, and announcements of new releases.
Post Reply
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

you must have messed up something in patching that

anyway, you can also try to get 1.6.18 directly from the CVS of eggheads, that's been fixed in it since January; see their website for info on how to access CVS
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

I would suggest just downloading the nigthly tarball. Its rather stable from my point of view. Only little feature changes (these are mainly done to the 1.7 branch) mainly bugs have been fixed.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
User avatar
subtlepoint
Voice
Posts: 12
Joined: Sat Dec 11, 2004 4:25 pm

problems in paradise

Post by subtlepoint »

after several days of using this without problems i began receiving

Code: Select all

[12:38] Tcl error [::xchannel::mass]: can't read "maxr": no such variable
using version 3.4
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

you have probably set x:mass:rate in invalid format (it needs to be number:number), or this is a side effect from eggdrop's long chansets handling bug - see previous postings on the subject for info on how to patch your bot against that or get eggdrop1.6.18
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
subtlepoint
Voice
Posts: 12
Joined: Sat Dec 11, 2004 4:25 pm

fixed

Post by subtlepoint »

I upgraded to the cvs source for 1.6.x ... that apparently was not the problem ,but I was due for an update anyhow. I continued to receive the same error until I initialized the mass handler. F.Y.I: I had only enabled the repeat protection, should this have happened?
Last edited by subtlepoint on Sun Oct 02, 2005 7:36 pm, edited 1 time in total.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

no, the mass handler is always enabled, it doesn't have on/off switch, and is unrelated to repeat handler
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
I
IRCNick
Halfop
Posts: 64
Joined: Wed Oct 12, 2005 9:43 pm
Location: Germany
Contact:

Post by IRCNick »

When I restart the eggdrop, i have to make all settings again, the tcl havent the ability the eggdrop to keep any settings or this is a bug ?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

you didn't bother to read the entire thread, did you

yes, this is a bug - an eggdrop bug, not a bug of the script

you need to patch your bot (1.6.17) as described above, or get the latest eggdrop 1.6 version from eggheads CVS
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
I
IRCNick
Halfop
Posts: 64
Joined: Wed Oct 12, 2005 9:43 pm
Location: Germany
Contact:

I did it

Post by IRCNick »

Im curently with 1.6.17
[N] CTCP VERSION reply from BanMe: eggdrop v1.6.17
I
IRCNick
Halfop
Posts: 64
Joined: Wed Oct 12, 2005 9:43 pm
Location: Germany
Contact:

Post by IRCNick »

ok doesnt matter... your tcl is great .. i was surprise when i saw this tcl ;)
all u tcl have a good idea
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Like the website demond but shouldn't it be "Aut viam inveniam aut faciam!"?

"I'll either find a way or make one!"
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

well yeah, but I'm not a latin scholar hehe

the website is pretty outdated actually... apart from the links to your favourite scripts :P
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Natale [00:33] Tcl error [::xchannel::color]: no such channel record
Natale [00:33] Tcl error [::xchannel::caps]: no such channel record
Natale [00:33] Tcl error [::xchannel::bad]: no such channel record
Natale [00:33] Tcl error [::xchannel::repeat]: no such channel record
Natale [00:33] Tcl error [::xchannel::spam]: no such channel record
Happens every time someone enters or leaves; ONLY since I enabled x:limit though (which will now be disabled).

Obviously there is a channel record. :)

Code: Select all

Natale      +x:limit +x:drone +x:door +x:flood
Natale      -x:clone +x:spam +x:repeat -x:whois
Natale      +x:bad +x:caps -x:color
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

you are the last person I'd advise to read sticky topics :P I mean .set errorInfo thing

to be honest, I've spotted this error too, on several occasions; didn't bother to investigate though, I'm only rarely on IRC these days; but now that it's been confirmed, I will have to hehe
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

LOL

Put it down to a bad hair day. :lol:

Serious, I made the post in the middle of a tooth ache (not a wise move). lmao

Anyway, a bot on another network and shell (with identical settings) has not displayed any errors and it's been running for the same length of time.

Code: Select all

Natale Currently: no such channel record
Natale Currently:     while executing
Natale Currently: "channel get $chan x:spam"
Natale Currently:     (procedure "::xchannel::spam" line 5)
Natale Currently:     invoked from within
Natale Currently: "::xchannel::spam $_notc1 $_notc2 $_notc3 $_notc4 $_notc5"
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply