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

by henasraf
Mon Dec 14, 2009 3:24 am
Forum: Scripting Help
Topic: Absolute path in Windrop?
Replies: 1
Views: 1963

Absolute path in Windrop?

Yes, I know it's tricky. But I tried and I can't find the trick! What do I do to be able to refer to a file using an absolute path in Tcl used by Windrop? Please help D:
by henasraf
Fri Nov 13, 2009 9:06 pm
Forum: Scripting Help
Topic: Puts not working o_O
Replies: 4
Views: 3374

Yeah... still not working. Same goes for another script of mine, too. Should be simple, but noooooooooo.... proc henasraf:satiel:add { nick host hand chan text } { if { $text != "" } { set fopen [open $::satielfile a] puts $fopen $text close $fopen putmsg $chan "Added <$text> to Satie...
by henasraf
Tue Nov 03, 2009 6:52 am
Forum: Scripting Help
Topic: Puts not working o_O
Replies: 4
Views: 3374

Puts not working o_O

I've used puts a fair amount of times, not once has it cause this. I get no error at all; the file exists, all the variables it needs exist and contain the right contents; but the file just doesn't get written to. proc spidey:settings:greet { nick host hand chan text } { global nogreetpath if { [lin...
by henasraf
Mon Nov 02, 2009 4:53 am
Forum: Modules & Programming
Topic: Can't Install MegaHal on Windrop
Replies: 1
Views: 8347

Can't Install MegaHal on Windrop

Like it says. The error I get when trying to rehash/restart with the loadmodule line in my config is:
Can't load modules megahal: No such file or directory
I put all the files in the right locations. I'm using the latest Windrop/Megahal. What am I doing wrong? :S