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.

taking load off bot by preventing bot notify from stats.mod

Discussion of Eggdrop's code and module programming in C.
Post Reply
b
botman
Voice
Posts: 7
Joined: Mon Aug 15, 2005 1:39 pm

taking load off bot by preventing bot notify from stats.mod

Post by botman »

Hi guys. I'd like to take a load off my bot by removing the notify channel or user option in stats.mod. My bot is doing a lot right now, and right now I can't get another. I've tried searching for the begining of the notify message "Hello" in all the .c files in the src dir for stats.mod. Is there a way I can prevent this? Thanks
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

that's not a bottleneck and removing it won't really ease the load
b
botman
Voice
Posts: 7
Joined: Mon Aug 15, 2005 1:39 pm

little here little there helps

Post by botman »

but is there a way?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

refer to stats.conf for hints

several settings are described in regard of lowering CPU/mem usage, you probably haven't bothered to read through those

also, use livestats instead of static webpages
Post Reply