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 zee
Sat Jan 07, 2006 10:19 am
Forum: Scripting Help
Topic: echo to chan
Replies: 5
Views: 8153

thnx
by zee
Sat Jan 07, 2006 9:52 am
Forum: Scripting Help
Topic: echo to chan
Replies: 5
Views: 8153

set url "http://www.inflow.freesitedirect.com/randquote.php" set thechan "#inflow" bind pub - !digg digg proc digg {nick uhost hand chan arg} { global url set sock [egghttp:geturl $url your_callbackproc] return 1 } proc your_callbackproc {sock} { global url set headers [egghttp:...
by zee
Fri Jan 06, 2006 10:30 pm
Forum: Scripting Help
Topic: echo to chan
Replies: 5
Views: 8153

I tryed puthelp before, but its still does nothing.

At the same time it puts putlog, wich works...
by zee
Fri Jan 06, 2006 9:31 pm
Forum: Scripting Help
Topic: echo to chan
Replies: 5
Views: 8153

echo to chan

This is from http://www.tclscript.com/egghttp_tut.shtml egghttp tutorial. I'm getting it working exept that i can't echo the result to #chan. set url "http://www.blah..." set thechan "#mychannel" if {![info exists egghttp(version)]} { putlog "egghttp.tcl was NOT successfully...
by zee
Fri Jan 06, 2006 4:00 pm
Forum: Eggdrop Help
Topic: Eggdrop & CPU
Replies: 3
Views: 7297

Thnx :)

Was wondering how much eggys i can run on a 75mhz vps... prolly alot.
by zee
Thu Jan 05, 2006 11:54 pm
Forum: Eggdrop Help
Topic: Eggdrop & CPU
Replies: 3
Views: 7297

Eggdrop & CPU

How much mhz does eggdrop require to run minimum ?

It only shows 0% on my CPU usage stats for eggdrop 1.6, so i can't tell how much it needs, any1 tested this ?