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.

config file

Old posts that have not been replied to for several years.
Locked
m
mm
Halfop
Posts: 78
Joined: Thu Jul 01, 2004 10:24 pm

config file

Post by mm »

HI,

Just wondering if we can use these options in config file?
set lowmem 0
set lowdisk 0
set slowcpu 0
??


thanks
MM
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

where did you get these from?
m
mm
Halfop
Posts: 78
Joined: Thu Jul 01, 2004 10:24 pm

Post by mm »

I found one config file by FireEgl@EFNet for eggdrop and it has all these settings.
like
# This will mainly keep any logfiles from being started:
set lowdisk 0

# This will mainly set CPU intensive options to their most conservative settings:
# (this will also (attempt) to renice the pid of Eggdrop to +19.)
set slowcpu 0
MM
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

those obviously are from a custom eggdrop, most likely private
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

maybe it simply will later split into something like this:

if $lowdisk {
set ...
set ...
} else {
set ...
set ...
}

however, we can't tell you about them, these are no builtin eggdrop settings.

PS: he send me the config via PM, its indeed exact that. these settings are later used as if pattern (ex.: if {$slowcpu && !$slownet}) to setup everthing. nice idea at the end with loading the scripts via catch, so the bot wont abort starting on bad scripts.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
Locked