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

by -W0kk3L-
Tue Jan 18, 2005 5:03 am
Forum: Archive
Topic: Calculation problem
Replies: 2
Views: 2255

Thank you :)
by -W0kk3L-
Mon Jan 17, 2005 3:26 pm
Forum: Archive
Topic: Calculation problem
Replies: 2
Views: 2255

Calculation problem

Hey, can anyone help me with a little bit of tcl.... i have a number, say 659, and i want to take off as many times 256 as possible. And i want the rest put in a variable.... example 1: 659 is the start number.... 659 - 256 - 256 = 147. Place 147 (the rest) in a variable. example 2: 1435 is the star...
by -W0kk3L-
Mon Nov 15, 2004 4:30 pm
Forum: Archive
Topic: Problem with SQL and bot timing out
Replies: 3
Views: 1172

I know the database could be better arranged, but currently i don't have a choice....

What is the difference between tcl81-threads and the tcl84 package?
by -W0kk3L-
Mon Nov 15, 2004 1:45 pm
Forum: Archive
Topic: Problem with SQL and bot timing out
Replies: 3
Views: 1172

Problem with SQL and bot timing out

Hi, i have a little problem.... I've created a script, which can be triggered from within a channel. It does a query on mysql, and dumps the results back to the channel where it was requested. The problem is that it can take up to 3 mins before mysql output the results. Meanwhile the eggdrop times o...
by -W0kk3L-
Thu Nov 11, 2004 5:19 pm
Forum: Archive
Topic: Small question about DNS
Replies: 2
Views: 1405

Thank you :) Lets try and use this ;b
by -W0kk3L-
Thu Nov 11, 2004 3:33 pm
Forum: Archive
Topic: Small question about DNS
Replies: 2
Views: 1405

Small question about DNS

Hey, i'm new to tcl, so this is probably a newbiequestion :)

I have a variable containing an IP. I want to convert this IP to a hostname by a dnslookup. How do i do this in tcl? (without using shell)
by -W0kk3L-
Sat Nov 06, 2004 4:59 am
Forum: Archive
Topic: Splitting a string after x caracters
Replies: 2
Views: 1581

Thnx :)

I was already searching the forum for a long time, but i must have missed it. :)
by -W0kk3L-
Fri Nov 05, 2004 1:33 pm
Forum: Archive
Topic: Splitting a string after x caracters
Replies: 2
Views: 1581

Splitting a string after x caracters

Can someone help me out? I need to split up a line (which is about 400 caracters) after every 44 chars. After each 44 chars, it needs to output that part to a channel till the line of 400 chars is completely done. Can anyone help me out? It's probably a small piece of code, but i can't seem to figur...
by -W0kk3L-
Mon Feb 24, 2003 12:18 am
Forum: Archive
Topic: eggdrop in bouncer
Replies: 4
Views: 1039

Adding all the channels when i want to join them is not an option for me. That costs way to much time.

I just want the eggdrop for the TCL scripting and supporting me (protections ed.). Is there no other way?
by -W0kk3L-
Sun Feb 23, 2003 7:27 pm
Forum: Archive
Topic: eggdrop in bouncer
Replies: 4
Views: 1039

eggdrop in bouncer

Hi, i've got a question. I'm connecting the eggdrop to a bouncer. The bouncer is already in multiple channels. When the eggdrop connects, it leaves all the channels which are not in it's config. Is there a way to bypass this? I'm also connected with mirc to that bouncer (on the same userid), so i ca...