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

by incith
Sun Jan 04, 2009 11:52 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 436710

Doesn't look like my script... "[18:18] <bot> [18:18] Ask for weather on #channel by User, but script not active here ." is not something my code says. (08:50:33) (incith) .chanset #incith +weather (08:50:33) <visitant> Successfully set modes { +weather } on #incith. Is the output you shou...
by incith
Sat Jan 03, 2009 6:08 pm
Forum: Script Support & Releases
Topic: incith:pisg (r82) (Jan. 20th, 2009) (Windows Compatible)
Replies: 17
Views: 30323

Well, that or maybe because was using the variable "time", I dunno. You shouldn't have to disable all your other scripts =/ Maybe try rc3.
by incith
Sat Jan 03, 2009 4:45 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 436710

.chanset #xmen-fr +weather

What happens when you do a search? Can you paste some more output?
by incith
Sat Jan 03, 2009 4:06 pm
Forum: Script Requests
Topic: Dictionary? speechles if you don' mind? :D [SOLVED]
Replies: 41
Views: 39134

Well, seems I forgot one tiny detail which looks kinda neat spammed onto irc with the definitions. So here we go again, making this even better. ## MAIN DISPLAY OPTION # You get five variables to use here: # %%type%% - The type of word defined, noun, verb, etc.. # %%attrib%% - The lexical relation ...
by incith
Sat Jan 03, 2009 12:13 pm
Forum: Other Topics
Topic: Happy New Year 2009
Replies: 5
Views: 4664

Never even noticed this sub-forum before (maybe it should be moved to the top?)

Happy new year everyone, albeit very late now. =)
by incith
Sat Jan 03, 2009 1:09 am
Forum: Script Support & Releases
Topic: catch-topic tcl
Replies: 2
Views: 3473

As the descr.txt says, you will need tcl-sql: https://sourceforge.net/project/showfil ... p_id=39175

If on linux it'll be straightforward. If you're on windows you'll need to do something with that windows dll I imagine.
by incith
Sat Jan 03, 2009 12:00 am
Forum: Script Support & Releases
Topic: incith:pisg (r82) (Jan. 20th, 2009) (Windows Compatible)
Replies: 17
Views: 30323

variable auto_times "5 11 17 23" Worked fine for me.. (20:58:40) <visitant> time -|- 00 23 * * * 0 incith::pisg::generate_auto (20:58:40) <visitant> time -|- 00 17 * * * 0 incith::pisg::generate_auto (20:58:40) <visitant> time -|- 00 11 * * * 0 incith::pisg::generate_auto (20:58:40) <visi...
by incith
Fri Jan 02, 2009 7:01 pm
Forum: Script Support & Releases
Topic: incith:pisg (r82) (Jan. 20th, 2009) (Windows Compatible)
Replies: 17
Views: 30323

Hrm? What are your settings set to?
by incith
Fri Jan 02, 2009 3:03 am
Forum: Script Requests
Topic: Dictionary? speechles if you don' mind? :D [SOLVED]
Replies: 41
Views: 39134

It is used in the hopes it doesn't offend you, just shows others that your scripts can be adapted to fit anything. :) Yeah, this is the intention. I will release incith:layout sooner or later to especially try and help make this true for novice coders especially. Of course, they are html-fetching i...
by incith
Fri Jan 02, 2009 2:39 am
Forum: Script Support & Releases
Topic: incith:pisg (r82) (Jan. 20th, 2009) (Windows Compatible)
Replies: 17
Views: 30323

incith:pisg (r82) (Jan. 20th, 2009) (Windows Compatible)

Newest versions of my scripts are always available @ incith.com if they are not yet available on the Tcl archive . There's a script I submitted to egghelp some years ago now, under a different name even, pisg-0.5.tcl, that I have bothered to finally clean up. You will need: pisg - IRC Statistics Gen...
by incith
Fri Jan 02, 2009 12:19 am
Forum: Scripting Help
Topic: MEL Eggdrop Logger
Replies: 3
Views: 2797

/ is actually correct, Tcl (windows) will read this properly. You can even run into problems if you use "" instead of "\" in settings, if you want \ in your paths. Personally in my scripts that require paths I regsub \ (well, "\") to /, and then regsub // to /\\ (retain...
by incith
Wed Dec 31, 2008 1:54 pm
Forum: Script Requests
Topic: Dictionary? speechles if you don' mind? :D [SOLVED]
Replies: 41
Views: 39134

speechles wrote:Incith:Dictionary v1.3
This one should be perfect ;)
I learned to stop saying that ages ago my friend. It will never be perfect. It will always break. Someone will want something, so on and so forth.

P.S. Thank you for attaching my name to yet another script :P
by incith
Wed Dec 31, 2008 1:49 pm
Forum: Scripting Help
Topic: Windrop x Exec
Replies: 5
Views: 9199

Kind of an old thread but I encountered this problem tonight and wanted to post my fix, as it took some pouring through the Windrop sourceforge forums. I was having this problem on Vista64 and XP32-SP3, so I do not believe it is permissions or PATH issue ([file executable notepad.exe] will return 0 ...
by incith
Mon Dec 29, 2008 4:16 pm
Forum: Script Support & Releases
Topic: Code for botnet to run same script (Rev 1.4)
Replies: 10
Views: 10996

Code for botnet to run same script (Rev 1.4)

Hard to describe what I mean in the topic. Basically, 2+ bots can all load the same script, and activate it, and only 1 of them will service the request. If that bot drops, the next one in line will start servicing the requests. I chose not to bind bot_disc by default as it will work better this way...
by incith
Mon Dec 29, 2008 4:10 pm
Forum: Script Requests
Topic: proc for mode checking
Replies: 6
Views: 3606

You can only check public modes... such as +o and etc. User modes are private, such as +i and +w etc.