diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2004-10-09 01:51:05 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2004-10-09 01:51:05 +0000 |
commit | 0f3e302547363ea237454dda891ddb5de1be4476 (patch) | |
tree | ec45be24a669ee28b5e2da4ff65e39265a418e0b /rbotconf/conf.rbot |
initial import of rbot
Diffstat (limited to 'rbotconf/conf.rbot')
-rw-r--r-- | rbotconf/conf.rbot | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rbotconf/conf.rbot b/rbotconf/conf.rbot new file mode 100644 index 00000000..d1a152fa --- /dev/null +++ b/rbotconf/conf.rbot @@ -0,0 +1,13 @@ +ADDRESS_PREFIX = | +SENDQ_DELAY = 2.0 +SENDQ_BURST = 4 +NICK = rbot +USER = rbot +JOIN_CHANNELS = #giblet +PORT = 6667 +LANGUAGE = english +KEYWORD_LISTEN = false +SAVE_EVERY = 60 +SERVER = irc.openprojects.net +PASSWD = masterpwd +NO_KEYWORD_ADDRESS = false |