Samba-like configuration
========================

# This is a sample configuration file for BotCommaner.
; Empty lines and lines starting with # or ; are comments
; This file is almost like samba's configuration files. It contains sections,
; and key = value pairs in every section. You define a section like [section].
; global is a special section, and contains the configuration values of
; BotCommaner. Other sections are bot names, and their configuration.
; Values in this file are the defaults. Float values are in english standard. If
; your country use other character as decimal separator (like mine uses ,),
; change the appropriate values.
; For boolean values yes, true and on means true, any other values mean false.
; Legal lines' regexps are "\[..*\]" and "..*=..*"
; Lines which are not legal are discarded without notification.

[global]
background_saturation = 1.0
change_to_message = true
debug = yes
scroll_on_output = on
transparent_background = no
vte_font = Monotype 12
this_is_an_illegal_line_and_will_be_discarded_without_notification

[mybot]
host = host.of.this.bot
port = portofthisbot
user = mynickinbot

[myotherbot]
host = other.bot.host
port = 32748

GConf2 configuration
====================

gconf2 configuration values take place under /apps/botcommander.
