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

by raider2k
Mon Mar 22, 2010 1:27 am
Forum: Scripting Help
Topic: [SOLVED] catch errors, dont make eggy die
Replies: 18
Views: 10219

both are just examples, aka the original code from that forum thread, of course i modified it to my needs ;) im wondering a bit about your examples - where is $scripts in foreach script $scripts coming from? and where is $::errorInfo coming from? im not able to follow the pointer from one to the oth...
by raider2k
Sun Mar 21, 2010 2:37 pm
Forum: Scripting Help
Topic: [SOLVED] catch errors, dont make eggy die
Replies: 18
Views: 10219

[SOLVED] catch errors, dont make eggy die

hi folks ^^ this time im looking for a way to catch errors that usually crash the eggy WITHOUT crashing it. ive seen this somewhere once, i tried it already with set error "" foreach script { alltools.tcl cmd_resolve.tcl whatever-script-one-per-line.tcl } { catch {source scripts/$script} e...
by raider2k
Fri Feb 26, 2010 4:04 pm
Forum: Scripting Help
Topic: [SOLVED] TK: include images in packages and use them
Replies: 12
Views: 6508

nope, i did not do any modifications to what the convertimg.tcl (thats how i named it) output. but ill try again with your updated code including fconfigure ^^ updating thread in a bit //edit1: WOHH!! fconfigure gave me a ****LOAD of much more lines this time lol going to import that piece into the ...
by raider2k
Fri Feb 26, 2010 1:47 pm
Forum: Scripting Help
Topic: [SOLVED] TK: include images in packages and use them
Replies: 12
Views: 6508

hmm .. looks like im either too stupid for that or it doesnt work .. converting the image seemed to work fine .. set giffile { R0lGODlhDw ..... } image create photo imgobj -data $giffile .c.img config -image imgobj i put that set giffile right into the code instead of an external file, decimating ev...
by raider2k
Fri Feb 26, 2010 10:12 am
Forum: Scripting Help
Topic: [SOLVED] TK: include images in packages and use them
Replies: 12
Views: 6508

mhm .. interesting .. and yup .. i was referring to an output .exe after compiling/wrapping ^^ base64 .. mhm .. very interesting .. ill try your code when im at home later on, looks very interesting. plus i hope that that base64 package doesnt result in an error when compiling/wrapping .. let me rep...
by raider2k
Thu Feb 25, 2010 1:13 pm
Forum: Scripting Help
Topic: [SOLVED] TK: include images in packages and use them
Replies: 12
Views: 6508

oh .. my .. god ... oO NOW im really confused >_< and nope, im not doing any c or c++ or anything like that - tcl/tk is my home. well .. what you are trying to say is that i need to "convert" the image into raw txt, apply a variable to it and use that variable in the image command? any eas...
by raider2k
Wed Feb 24, 2010 7:40 pm
Forum: Scripting Help
Topic: [SOLVED] TK: include images in packages and use them
Replies: 12
Views: 6508

please be so kind to post me code examples :)
by raider2k
Wed Feb 24, 2010 5:59 pm
Forum: Scripting Help
Topic: [SOLVED] TK: include images in packages and use them
Replies: 12
Views: 6508

[SOLVED] TK: include images in packages and use them

hi guys not sure if anyone is familiar with tk in here but id like to know if its possible to recall an image from inside a compiled tcl .exe package. its possible to include it in the compiler without errors but im not sure if its also possible to call that image from inside the package. at the mom...
by raider2k
Sat Dec 26, 2009 2:15 am
Forum: Eggdrop Help
Topic: Not Able to DCC or Telnet - I HAVE checked everything
Replies: 5
Views: 8704

detailed error message please
+ system eggdrop is running on

is it really running? if yes, how can you tell?
what telnet port did you set? post to your pastebin link doesnt exist anymore
by raider2k
Sat Dec 26, 2009 2:11 am
Forum: Shell & Bouncer Help
Topic: Beginners question - multiple eggdrops
Replies: 4
Views: 14233

it would be a possible to use some kind of a work-around --> psybnc which supports "multi-networking"
by raider2k
Mon Dec 07, 2009 4:43 pm
Forum: Scripting Help
Topic: [SOLVED] exec in bg
Replies: 7
Views: 3895

well I dont think Im going to see the garbage my eggy spews out since Im not logged on to the same terminal window all the time :>

but thanks so far, Im going to try that next time :)
by raider2k
Mon Dec 07, 2009 4:24 pm
Forum: Scripting Help
Topic: [SOLVED] exec in bg
Replies: 7
Views: 3895

oh, oh?
exec $myshellscript &
is going to do the trick and ill never have a non-responding bot again when calling something that takes a hell of a time via exec?
by raider2k
Mon Dec 07, 2009 4:02 pm
Forum: Scripting Help
Topic: [SOLVED] exec in bg
Replies: 7
Views: 3895

uhm, I think im fine with a so called "fire and forget" solution, although Im not sure which solution you are suggesting now oO

so exec $shellscript >/dev/null is meant to do the trick, launch the script into bg and NOT block the remaining code?
by raider2k
Mon Dec 07, 2009 6:51 am
Forum: Scripting Help
Topic: [SOLVED] exec in bg
Replies: 7
Views: 3895

[SOLVED] exec in bg

hey guys (and girls ^^) looking for a solution to kind of call a shell script (.sh) which takes about 3 minutes to be finished into background without getting my eggdrop stuck and not responding at all. fact is: its not possible to do it with exec since exec waits for a reply possible solution: usin...
by raider2k
Wed Nov 11, 2009 9:05 am
Forum: Scripting Help
Topic: [SOLVED] Large TCL scripts, RAM and Eggdrop...
Replies: 22
Views: 17353

:) congraz