[bot] # list of servers to connect to # server-alias = server-host server-port nick-name [password] freenode = irc.freenode.net 6667 wayita # directory and filename of the logfile # if either is not set or empty stdout will be used logdir = ../log logfile = wayita.log # name of the pid file pidfile = ../run/wayita.pid # control socket name and file permissions controlsocket = ../sockets/wayita.ctl controlsocketmode = 0600 # configuration of the wayita plugin [wayita] # type of the plugin for this section plugin_type = wayita # enable plugin if true plugin_enabled = True # server-alias to use server = freenode # channels to join channels = #svn # database path and filename dbdir = ../db/wayita # nick names which if present make wayita quiet quiet_nicks = ayita # name and path to the svn binary svn_binary = /usr/local/bin/svn # repository url repos_url = http://svn.apache.org/repos/asf/subversion # prefix to remove from paths returned by svn log path_prefix = subversion/ # Name of the factoids backup file. # factoids_backup_file = factoids/factoids.txt # Command to execute after writing the factoids backup file. # factoids_backup_cmd = svn ci ... factoids/factoids.txt # Name of the users backup file. # users_backup_file = factoids/users.txt # Command to execute after writing the users backup file. # users_backup_cmd = # Command to execute after writing both backup files. # backup_cmd =