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

by Zsac
Fri Feb 14, 2003 12:05 pm
Forum: Archive
Topic: inidb.tcl memory hog?
Replies: 12
Views: 2618

oh yea i get ya. i did misunderstand pap in regards to the code and quote tags. i stand by what i said to pp :^/ this is a dead horse though.
by Zsac
Thu Feb 13, 2003 3:31 pm
Forum: Archive
Topic: inidb.tcl memory hog?
Replies: 12
Views: 2618

oh i know how to quote properly :) i just don't want to sink that low. hehe. anyways. i think i fixed my troubles. the script returns out before closing its file sometimes.

thanks for offering to look at my script bit though pap
by Zsac
Thu Feb 13, 2003 2:48 pm
Forum: Archive
Topic: inidb.tcl memory hog?
Replies: 12
Views: 2618

:^/ my smiley was supposed to put my comment in context... playfull. and you did more than point the time in your post. "If you expect instant help, pay a support person. This isn't a IRC cvhat room, and doesn't take place in real time." thats on the edge of flame... if you don't think tha...
by Zsac
Wed Feb 12, 2003 7:49 pm
Forum: Archive
Topic: inidb.tcl memory hog?
Replies: 12
Views: 2618

wow. i didn't expect flames here. take a shower or something slim.
by Zsac
Wed Feb 12, 2003 7:02 pm
Forum: Archive
Topic: inidb.tcl memory hog?
Replies: 12
Views: 2618

the lack of replies coupled with the amount of views.
by Zsac
Wed Feb 12, 2003 5:37 pm
Forum: Archive
Topic: inidb.tcl memory hog?
Replies: 12
Views: 2618

lame fellas. lame. :roll:
by Zsac
Wed Feb 12, 2003 12:11 pm
Forum: Archive
Topic: inidb.tcl memory hog?
Replies: 12
Views: 2618

inidb.tcl memory hog?

i realize its an old script, but i use the inidb.tcl script cause it makes file io quick and easy. anyways i have some scripts that use the inidb.tcl proc very aggressively and i find that my eggies memory usage skyrockets. i've done my best to look through the inidb.tcl script to try to help minimi...
by Zsac
Sun Dec 29, 2002 10:04 pm
Forum: Archive
Topic: sizeof() for tcl
Replies: 3
Views: 1088

thats the length of the list. maybe i wasn't clear, i want the actual size as in bits, bytes etc etc.

thanks
by Zsac
Sun Dec 29, 2002 7:39 pm
Forum: Archive
Topic: sizeof() for tcl
Replies: 3
Views: 1088

sizeof() for tcl

is there an equivalent command to sizeof() for c++ in tcl? i would like to grab the size of a variable but i can't find any commands that seam to be of use.

thanks
by Zsac
Sun Dec 01, 2002 9:26 pm
Forum: Archive
Topic: Eggy impropery triggering a need bind
Replies: 3
Views: 1057

i'm on irc.gamesnet.net

i'll try running my eggy with 1.6.13
by Zsac
Sun Dec 01, 2002 7:12 pm
Forum: Archive
Topic: Eggy impropery triggering a need bind
Replies: 3
Views: 1057

Eggy impropery triggering a need bind

this problem first occured when i upgraded my eggy to 1.6.12. one of my scripts has this bind: bind need -|- "op" gn_needop which is getting triggered even when the bot is opped. i threw in a putlog with a [botisop $chan] in my needop function and its returning 0... while the bot is actual...
by Zsac
Mon Nov 25, 2002 6:41 pm
Forum: Archive
Topic: repeating timers
Replies: 19
Views: 4073

don't you guys want to watch for spawning extra timers on a rehash? the script bits i'm seeing would all spawn extra timers. :^/
by Zsac
Mon Nov 18, 2002 2:55 pm
Forum: Archive
Topic: Silly question
Replies: 6
Views: 2153

i'm not sure its TCL, but i am sure its the eggdrop. and i assume its my scripts because i keep my modules and scripts (other than mine) to a minimum... but i do have quite a few scripts of my own. which leads me to think its something that i'm doing. thats why i was wondering if there were any scri...
by Zsac
Mon Nov 18, 2002 12:01 pm
Forum: Archive
Topic: Silly question
Replies: 6
Views: 2153

thats awful... have you seen better results in the new versions of TCL?

(i'm running my drop on a 2k box)
by Zsac
Sun Nov 17, 2002 10:19 pm
Forum: Archive
Topic: Silly question
Replies: 6
Views: 2153

Silly question

This might sound silly, but is there a way to induce a memory leak through tcl scripts?

my eggdrop continually consumes memory... and after a good period of time it'll render my machine useless w/o a reboot. i'm just wondering if this could be a problem with my bad scripting habits. thx.