# config
#
#
__copyright__ = 'this file is in the public domain'
# gozerdata dir umask
umask = 0700
# logging level .. the higher this value is the LESS the bot logs
loglevel = 10
## jabber section:
jabberenable = 1
jabberowner = 'lorien@jabber.ru'
jabberhost = 'jabber.ru'
jabberuser = 'lorienbot@jabber.ru'
jabberpass = '***'
jabberoutsleep = 0.1
## irc section:
ircdisable = 1
# stripident .. enable stripping of ident from userhost
stripident = 1
# userhost of owner .. make sure this matches your client's userhost
# if it doesn't match you will get an userhost denied message when you
# try to send commands to the bot
owneruserhost = ['lorien@jabber.ru']
#owneruserhost = ['lorien@92.255.179.4']
# the nick the bot tries to use, only used if no nick is set
# otherwise the bot will use the last nick used by the !nick command
nick = 'shizbot'
# alternick
alternick = 'shizrobot'
# server to connect to
server = 'localhost'
# irc port to connect to
port = 6667
# ircd password for main bot
#password = 'bla'
# ipv6
ipv6 = 0
# ssl
ssl = 0
# bindhost .. uncomment and edit to use
#bindhost = 'localhost'
# bots username
username = 'gozerbot'
# realname
realname = 'GOZERBOT'
# default control character
defaultcc = "!"
# no limiter
nolimiter = 0
# quit message
quitmsg = 'http://gozerbot.org'
# nickserv .. set pass to enable nickserv ident
nickservpass = ""
nickservtxt = ['set unfiltered on', ]
## if you want to use a database:
dbenable = 0 # set to 1 to enable
dbtype = 'mysql' # one of mysql or sqlite
dbname = "gb_db"
dbhost = "localhost"
dbuser = "bart"
dbpasswd = "mekker2"
dboldstyle = False # set to True if mysql database is <= 4.1
## if you want to use udp:
# udp
udp = 0 # set to 1 to enable
partyudp = 0
udpipv6 = 0
udphost = 'localhost'
udpport = 5500
udpmasks = ['192.168*', ]
udpallow = ['127.0.0.1', ]
udpallowednicks = ['#dunkbots', 'dunker']
udppassword = 'mekker'
udpseed = "" # set this to 16 char wide string if you want to encrypt the data
udpstrip = 1 # strip all chars < char(32)
udpsleep = 0 # sleep in sendloop .. can be used to delay packet traffic
# tcp
tcp = 0 # set to 1 to enable
partytcp = 0
tcpipv6 = 0
tcphost = 'localhost'
tcpport = 5500
tcpmasks = ['192.168*', ]
tcpallow = ['127.0.0.1', ]
tcpallowednicks = ['#dunkbots', 'dunker', 'dunker@jabber.xs4all.nl']
tcppassword = 'mekker'
tcpseed = "bla1234567890bla"
# set this to 16 char wide string if you want to encrypt the data
tcpstrip = 1
tcpsleep = 0
## other stuff:
# plugin server
pluginserver = 'http://gozerbot.org'
# upgradeurl .. only needed if mercurial repo changed
#upgradeurl = 'http://gozerbot.org/hg/gozerbot'
# mail related
mailserver = None
mailfrom = None
# collective boot server
collboot = "gozerbot.org:8088"
# name of the main bot
mainbotname = 'main'
# allowed character for strippedtxt
allowedchars = []
# set to 1 to allow addons
addonallow = 0
# enable loadlist
loadlist = 0