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 6 matches

by Youri
Wed Sep 05, 2007 7:23 am
Forum: Scripting Help
Topic: My request script. [wont validate.]
Replies: 16
Views: 10754

you missed a ] at

Code: Select all

proc request:endofwho {from raw arg} {
   global requestchannel requestnick
   if {[string equal -nocase [lindex [split $arg] 1]] $requestchannel]} {
      request:join_chan $requestchannel $requestnick
      return 1
   }
} 
by Youri
Tue Sep 04, 2007 10:05 am
Forum: Scripting Help
Topic: My request script. [wont validate.]
Replies: 16
Views: 10754

thanks user, works HALFY now :-)

i think i need to work with a timer indeed. :-)
by Youri
Tue Sep 04, 2007 9:09 am
Forum: Scripting Help
Topic: My request script. [wont validate.]
Replies: 16
Views: 10754

The problem is most likely due to the fact that your bot most likely hav'nt had time to gather any information about the channel by the time you call request:join_chan. The time for this may be from just a few secs for small channels, to 20secs or more for large channels (basically the time it take...
by Youri
Tue Sep 04, 2007 5:40 am
Forum: Scripting Help
Topic: My request script. [wont validate.]
Replies: 16
Views: 10754

My request script. [wont validate.]

Dear boys, and girls ;-) I made my own script but there's a little problem. If i request the bot, the bot checks if the [requestedchannel] is in the blocklist, if it is he quits the validation. Thats all good, but if the channel is not in the blocklist a error comes up. The bot says [APPROVED] has b...
by Youri
Tue Feb 08, 2005 10:50 am
Forum: Archive
Topic: How can i say this in AMSG
Replies: 3
Views: 2142

Where must i paste that?
by Youri
Tue Feb 08, 2005 7:07 am
Forum: Archive
Topic: How can i say this in AMSG
Replies: 3
Views: 2142

How can i say this in AMSG

Hi i've an script and i want to say the wars in AMSG How could i do that? set postchan "#war.cs" set wpcw "\[ !pcw XonX have/no server de_any low/mid/high skilled extra \]" set wpcw2 "\[ !pcw 3on3 have server de_any mid skilled no extra \]" set amsg [channels] bind pubm...