Introduction
There are a few configuration properties you have to set to use the bot. The configuration is specified in the file "startup.properties".
irc.channels
Comma-separated list of the channels you want the bot to join.
irc.channels=#testchannel
irc.server
What server do you want the bot to connect to. Only one is supported.
irc.server=irc.ifi.uio.no
irc.nick
The nickname you want the bot to use.
irc.nick=birgerbot
irc.login
The login the bot shall attempt to use.
irc.login=birgerbot
irc.debug
Toggles pircbot "verbose" mode. Setting this to true will give you a shitload of console output and is probably only interesting when developing.
irc.debug=false
irc.masteruser
The bot will only accept commands from one person and you have to specify the correct username and host of who that person will be. Host masks or wildcards are not currently supported, the bot will only accept a exact match.
irc.masteruser=birger@knuth.ping.uio.no