
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MAIN CONFIGURATION FOR BBQ BOT ~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


~ This config file lets you set the overall config of the BOT
~ Every field is defined by key / value pairs according to the
~ following format:
~ 		[Key] = "[value]"
~ meaning you have to have an '=' caracter and double quotes
~ around your value


~ This defines the bot name. This name will be used to identify the bot
BotName 	=	"BBQtest"
BotPassword 	=	"BBQpass"

debug 		=	"ON"


~ BBQ can run on standalone or be IRC-controlled. You can have it
~ send information and be controlled via an IRC channel, in which case
~ you will have to fill in the IRC section below. 

UseIRCWithBot	=	"ON"

~ Enemy Territory log file path
LogPath		=	"logs/etpro.log"

~ Enemy Territory game type (pick one amongst "ETPRO", "ETPUB", "SHRUB" or "ETMAIN")
GameType	=	"ETPRO"


~ The following command lets you choose if the bots starts at the end on the log file
~ therefore only traces new events, or if he takes the log file from the very first line
~ meaning he might use a lot of CPU analysing old events...
~ Note that this feature should NOT be turned on for normal analysis, since it will
~ go through old events.
UseLogFromStart = 	"ON"


~ The following options are basically for server info for also to send out commands from 
~ IRC to the server. 
ServerName	=	"testServer"
ServerIP	=	"212.137.70.2"
ServerPort	=	"29760"
ServerRcon	=	"rconpass"


~ BBQ uses the loopback IP by default (127.0.0.1). If this fails on your server, you can 
~ force the bot to use the real IP by disabling the following feature:
UseLoopBackIP	=	"ON"


~ The options below will let you toggle which kind of stats you want to have generated for
~ the players on the server. Note: if you are having a performance hit on the server due to 
~ a very large number of players, turning the stats modules off should help a little.
Frag/Fragged Stats 	= 	"ON"
Dyno/Flags Stats 	= 	"ON"
Medic/FOps Stats 	= 	"ON"
Weapon Stats 		= 	"ON"


~ The following option will let you toggle the ServerName ON/OFF in IRC:
~ 	ON  : <ServerName> *** <message>
~ 	OFF : <message>
DisplayServerName	=	"ON"


~ The following option will let you choose a style for the bot output
~ Possible values are: default, tech, monochrome
OutputStyle		=	"tech"


~ The following option will let you add a prefix to the bot commands. This is very
~ useful if you have several bots knocking around in the same IRC channel since it 
~ will avoid them all picking up the same command.
~ Note: you can't use blank spaces in this prefix. Caracters '-' and '_' are accepeted...

CommandPrefix	=	""

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~         IRC SETTINGS           ~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~ IRC settings: these settings let you decide which channel the bot
~ will join. Leave IrcPassword empty if your channel is not password
~ protected :)

IrcServer 	=	"uk.quakenet.org"
IrcPort 	=	"6667"
IrcChannel	=	"#BBQtest"
IrcPassword	=	""
IrcName		=	"ET_BOT"
IrcIdentd	=	"Marko"
IrcHost		=	"marko.hd.free.fr"






