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:
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...
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...