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

by egghead
Tue Apr 04, 2006 11:48 pm
Forum: Scripting Help
Topic: Did someone already use connect, controll, listen?
Replies: 7
Views: 7860

Re: Did someone already use connect, controll, listen?

Maybe post some example scripts. Some (long) time ago I made two example scripts. Hope it gives a bit of the flavor. http://members.fortunecity.com/eggheadtcl/ demo-connect.tcl demo-listen.tcl http://members.fortunecity.com/eggheadtcl/demo-listen.tcl.txt http://members.fortunecity.com/eggheadtcl/de...
by egghead
Wed Oct 26, 2005 4:33 am
Forum: Scripting Help
Topic: improving performance of randomquote.tcl + large log file
Replies: 3
Views: 10231

If the log file only contains quotes, then a good way to go is:
1. to determine the size of the file,
2. set the read pointer to a value randomly between 0 and the filesize,
3. retrieve the line at the pointer location.
Tcl has the functions for each of the three steps.
by egghead
Sat Oct 08, 2005 1:52 am
Forum: Archive
Topic: What is the "handle"?
Replies: 1
Views: 5785

Code: Select all

<massbot> HANDLE     PASS  NOTES  FLAGS         LAST
<massbot> Gh0stMaN   yes   2      ejlmnoptux    04:58 (partyline)
So the HANDLE is "Gh0stMaN".
by egghead
Wed Jun 08, 2005 11:27 pm
Forum: Archive
Topic: server socket -> crash on rehash
Replies: 4
Views: 2368

Some time ago I made an example based on an existing script (see the top few lines of the script):

Go to http://members.fortunecity.com/eggheadtcl/

and then find the script "sockreport.tcl"
by egghead
Thu Apr 21, 2005 10:50 pm
Forum: Archive
Topic: timer - does not give exact results (1minute approx 45 secs)
Replies: 6
Views: 2733

Re: timer - does not give exact results (1minute approx 45 s

Can you provide us the code snippet you are looking at?
by egghead
Sat Mar 19, 2005 12:38 am
Forum: Archive
Topic: Uptime (how much a user is online) script
Replies: 8
Views: 2670

Does anybody has any code which does the same? Thx Hi, some time ago I wrote an onlinetime.tcl. It sends an whois to the server and parses the raw 317. This is what demond suggested. Not sure if the method proposed by cerberus does really provide the correct info. http://members.fortunecity.com/egg...
by egghead
Sun Mar 06, 2005 10:32 pm
Forum: Archive
Topic: Getting this message and Eggdrop not showing up in mIRC
Replies: 9
Views: 4375

Re: Getting this message and Eggdrop not showing up in mIRC

ma$e wrote:
[22:50] * Old userfile, use 'tclsh scripts/weed <userfile> c' to convert
Is there anything I can do to fix this? This is my first time running a eggdrop.
by egghead
Tue Feb 15, 2005 10:43 pm
Forum: Archive
Topic: Async socket limit problem.
Replies: 2
Views: 1819

Re: Async socket limit problem.

does anyone know how to limit sockets ? i am doing a socket check for proxys and i wana be able to limit the threads when i use a async socket cause when join flood appears.. or when netsplits occour mass joins happen .. and the bot goes balistic for opening large amount of sockets so i was wonderi...
by egghead
Sun Jan 23, 2005 12:00 am
Forum: Archive
Topic: blank spaces in DCC CHAT
Replies: 6
Views: 2526

by egghead
Fri Jan 14, 2005 12:01 am
Forum: Archive
Topic: help with ""
Replies: 5
Views: 1765

Re: help with ""

Hello there! I`m trying to make my script with public commands, but i have problem with the kick procedure. This is my procedure: ### Kick ### bind pub o .k pub_kick proc pub_kick {nick uhost hand chan txt} { set opc_knick [lindex $txt 0] set opc_kreason [lrange $txt 1 end] [snip] It can`t reconize...
by egghead
Fri Jan 07, 2005 4:50 am
Forum: Archive
Topic: Disabling all default features
Replies: 22
Views: 4858

I gave that guy exact answers and/or solutions to the three problems stated by him above, read my posts (BTW, those particular demands, however weird they might be, won't be fulfilled by unbinding built-in bindings, as per egghead's suggestion) Your suggestion is to make RAW bindings and then proce...
by egghead
Wed Jan 05, 2005 10:42 pm
Forum: Archive
Topic: Disabling all default features
Replies: 22
Views: 4858

Why? Because I want to have just a running client just running my scripts - no little and no more. :shock: So if somebody can tell me how to disable some of these features, I'd really appreciate it Exlax, it is indeed true that eggdrop can have quite a number of default responses. At times this can...
by egghead
Sat Oct 30, 2004 1:36 am
Forum: Archive
Topic: Address invalid on remote machine when connecting to linknet
Replies: 3
Views: 1201

Check the my-ip setting.
by egghead
Thu Oct 21, 2004 10:17 pm
Forum: Archive
Topic: Restrict forum to discussion of shell account usage?
Replies: 19
Views: 4685

But from other side... [snip] }eXtreme{ Hi eXtreme. You are right in a certain way. But the point is that often when a shell user complains, suddenly a dozen of "shell customers" join the board to post how good the shell is etc. etc. Over the years I have seen quite a few shell forums com...
by egghead
Thu Oct 21, 2004 5:13 am
Forum: Archive
Topic: bind time
Replies: 5
Views: 3702

yea right now i know not more than before :( bind time <flags> <mask> <proc> proc-name <minute> <hour> <day> <month> <year> bind time - "23 58 * * *" stats:daily Take a good look and you will know more than before ;)