tentacli 15.2.3

Framework for building extensible network protocol clients via modular plugins.
# NOTE:
# Avoid modifying this config directly if it is tracked in a public repository.
# Use ConfigParser mechanisms to define a private/local override instead.
#
# See the tentacli github wiki for more detailed information.
[connection]
# host must be in host:port format; domains are supported, e.g. "logon.my-server.com:3724"
host = "127.0.0.1:3724"
account_name = "test"
password = "test"

[game]
name = "WoW"
version = [3, 3, 5]
build = 12340
platform = "x86"
os = "Win"
locale = "ruRU"
my_ip = "127.0.0.1"
timezone = 0

[common]
create_character_if_empty = true

[autoselect]
realm_name = ".*"
character_name = ".*"