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

by TC^^
Sat Apr 22, 2006 2:41 am
Forum: Scripting Help
Topic: Using $'s inside { }
Replies: 4
Views: 5420

That did the trick.. thanks alot
by TC^^
Fri Apr 21, 2006 11:58 am
Forum: Scripting Help
Topic: Using $'s inside { }
Replies: 4
Views: 5420

Actually there is.. bind msg o|o add msg:add proc msg:add { nick uhost hand args } { set chan [lindex $args 0] if {$chan == "#" || $chan == ""} {putquick "PRIVMSG $nick :Fejl! Skriv kanalnavn rigtigt" ; return 0} if {![string match "#*" $chan]} {set chan "...
by TC^^
Fri Apr 21, 2006 10:52 am
Forum: Scripting Help
Topic: Using $'s inside { }
Replies: 4
Views: 5420

Using $'s inside { }

Code: Select all

channel add #onechannel { need-unban { banmail $chan } }
This adds following info for #onechannel

Code: Select all

If I'm banned (need-unban) :
   banmail $chan

Why doesn't it add "#onechannel" instead of $chan ??
by TC^^
Sat Mar 04, 2006 7:41 am
Forum: Modules & Programming
Topic: mysqltcl - for dummies
Replies: 5
Views: 18740

It's working .. Thanks alot for the help..
by TC^^
Fri Mar 03, 2006 12:21 pm
Forum: Modules & Programming
Topic: mysqltcl - for dummies
Replies: 5
Views: 18740

Well.. I got this far.. Finally figured out how to compile the .so file.. But now I have run into a wall again.. I have compiled the libmysqltcl3.01.so file, and copied it to the module directory of the bot.. Then I've added "loadmodule libmysqltcl3.01.so" to the bots config file. The bot ...
by TC^^
Sat Feb 25, 2006 9:01 pm
Forum: Modules & Programming
Topic: mysqltcl - for dummies
Replies: 5
Views: 18740

mysqltcl - for dummies

Is it at all possible to install mysqltcl if you don't have any basic understanding of compiling and have no clue what to to with all the files that comes with mysqltcl-3.01.tar.gz?! I've gone over alot of text and helpfiles, mostly aquired at http://www.xdobry.de/, and used hours browsing this foru...
by TC^^
Thu Jul 14, 2005 3:34 pm
Forum: Archive
Topic: Adding a delay on a loop ('foreach')
Replies: 12
Views: 5052

Thats why I do 4 tests and not only one.. Well actually more than 4.. But I guess I just have to live with it.
by TC^^
Thu Jul 14, 2005 2:12 pm
Forum: Archive
Topic: Adding a delay on a loop ('foreach')
Replies: 12
Views: 5052

Now thats just wierd... I changed the script, restarted the bot, and tried it out.. Worked as posted above.. Then I tried again, and the same error appears again. Only delay between channel 3 and 4?!.....

...... :?:
by TC^^
Thu Jul 14, 2005 2:01 pm
Forum: Archive
Topic: Adding a delay on a loop ('foreach')
Replies: 12
Views: 5052

'puthelp' did the trick... [19:58:25] -› msg °InformiZle° announce Broadcasted announcement... [19:58:38] [InformiZle] Broadcasted announcement... [19:58:54] [InformiZle] Broadcasted announcement... [19:59:08] [InformiZle] Broadcasted announcement... [19:59:24] [InformiZle] Broadcasted announcement....
by TC^^
Thu Jul 14, 2005 1:29 pm
Forum: Archive
Topic: Adding a delay on a loop ('foreach')
Replies: 12
Views: 5052

It's a completly new installation of Eggdrop (not windrop), basic configuration (only changed name, channel, some ports and such) and with only one custom script, this one. This is the result, in a test I just did, with the code posted above: Test 1 [19:17:59] -› msg °InformiZle° announce Broadcaste...
by TC^^
Thu Jul 14, 2005 10:26 am
Forum: Archive
Topic: Adding a delay on a loop ('foreach')
Replies: 12
Views: 5052

Actually.. It has an effect.. It delays the broadcast with 30 seconds.

30 seconds after i send the trigger, the bot announces the message on all channels at the same time.
by TC^^
Thu Jul 14, 2005 9:51 am
Forum: Archive
Topic: Adding a delay on a loop ('foreach')
Replies: 12
Views: 5052

Allready tried that.. I just set it to 30 and tried again.. No effect :(
by TC^^
Wed Jul 13, 2005 3:12 pm
Forum: Archive
Topic: Adding a delay on a loop ('foreach')
Replies: 12
Views: 5052

So.. Tried to tie in your bit of code, to the script.. This it what I got from it. Does the announcements, but without the delay!?... I'm sure I've done something wrong, maybe put the code the wrong place. Please advice.. bind bot - announce botannounce bind msg m announce gotannounce set queue {} s...
by TC^^
Mon Jul 11, 2005 4:18 pm
Forum: Archive
Topic: Adding a delay on a loop ('foreach')
Replies: 12
Views: 5052

Adding a delay on a loop ('foreach')

Demond provided me with this simple and wonderfull script , that nailed the request I had dead on, and i appreciate it very much. Now I'm working on tweaking it for my needs, and kinda 'learning TCL scripting by doing TCL scripting'. I saw this problem comming, but was hoping I had a basic understan...
by TC^^
Fri Jul 08, 2005 4:41 pm
Forum: Archive
Topic: "Simple" Botnet announce script?...
Replies: 7
Views: 3238

Thanks alot Demond! Really nice and simple, and just what I needed. I can deffently work with that! And thanks for the pointers ^Doom^, read up on them, and I now have a better understanding on some of the key tools for my script. [Edit] Made the script from your example Demond, and it works like a ...