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.

Search found 37 matches

by Red_Rooste5
Wed Dec 13, 2006 10:51 am
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

I've changed the if alot now but it still shows the same error...
What's wrong with it?
by Red_Rooste5
Wed Dec 13, 2006 2:27 am
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

Meh... I figured that out bot now I am given this error: [07:06] Tcl error in script for 'timer1': [07:06] syntax error in expression "$nickonchan =< $requirement && [string equal -nocase $::botn...": extra tokens at end of expression On the if: } elseif {$nickonchan =< $requiremen...
by Red_Rooste5
Tue Dec 12, 2006 4:52 pm
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

What I'm saying is that I dunno why I am hopin to invite:joinmsg
I think it's got with something on the first script I made.
by Red_Rooste5
Tue Dec 12, 2006 4:17 pm
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

I actually have no idea :\
But I didn't know what else to do :\
by Red_Rooste5
Tue Dec 12, 2006 3:20 pm
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

If the bot is on less than 30 channels...?
by Red_Rooste5
Tue Dec 12, 2006 3:15 pm
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

If the bot is on 30 channels :\
by Red_Rooste5
Tue Dec 12, 2006 3:03 pm
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

Yeah, that worked, thank you ;)
But it still doesn't part when the channel has 4 people in it :\
by Red_Rooste5
Tue Dec 12, 2006 2:47 pm
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

Got the bot on...

Code: Select all

[19:46] Tcl error [invites:join]: wrong # args: no expression after "if" argument
When I try to invite it.
by Red_Rooste5
Tue Dec 12, 2006 12:06 pm
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

Well... Another error :P [17:04] Tcl error in file 'eggdrop.conf': [17:04] wrong # args: should be "proc name args body" while executing "proc invites:joinmsg {nick uhost hand chan} { global requirement set nickonchan [llength [chanlist $chan]] if {$nickonchan < $requirement} { p...&q...
by Red_Rooste5
Tue Dec 12, 2006 12:00 pm
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

EDIT: Nvm :P
by Red_Rooste5
Tue Dec 12, 2006 11:53 am
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

Well, I did update the script after intending it. bind raw - INVITE invites:join proc invites:join {from key arg} { set chan [string range [lindex [split $arg] 1] 1 end] set chans [llength [split [channels]]] set nick [lindex [split $from !] 0] if {$chans == 30} { putquick "NOTICE $nick :This b...
by Red_Rooste5
Tue Dec 12, 2006 11:14 am
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

bind raw - INVITE invites:join proc invites:join {from key arg} { set chan [string range [lindex [split $arg] 1] 1 end] set chans [llength [split [channels]]] set nick [lindex [split $from !] 0] if {$chans == 30} { putquick "NOTICE $nick :This bot is currently full, searching for other bots.&q...
by Red_Rooste5
Tue Dec 12, 2006 10:37 am
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

Well.. I got that working now, but it now gives me this: [15:35] can't read "chans": no such variable while executing "if {$chans >= 5} { if {[string equal -nocase $::botnick $nick]} { putquick "PRIVMSG $chan :\00302BoomBot v1.9 by \00307Red_Rooste5" return } }" (file &...
by Red_Rooste5
Tue Dec 12, 2006 10:14 am
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

Erm... I really don't get your point. What should I do with the script itself?
Do I need to remove the return on the first statement or what?
by Red_Rooste5
Mon Dec 11, 2006 4:12 pm
Forum: Scripting Help
Topic: [Solved] Need some help again :\
Replies: 32
Views: 18939

Sooo... What I gotta do here is that I need to change the if's to =< ?