diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-07-21 11:03:46 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-07-21 11:03:46 +0000 |
commit | ca4b8b57bd382ca4619cac1157f14ea0e396cc55 (patch) | |
tree | 658d5c63d48db28ac287c1d973fe88320ad3b0ac /rbotconf/conf.rbot | |
parent | e3c4d9ad30b8548c09dd7d26abdfeef223c23f40 (diff) |
Wed Jul 20 23:30:01 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Move some core plugins to use the new httputil
* fix wserver's redirection handling for relative (i.e. broken) redirects
* fix tube plugin's html parsing
Diffstat (limited to 'rbotconf/conf.rbot')
-rw-r--r-- | rbotconf/conf.rbot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbotconf/conf.rbot b/rbotconf/conf.rbot index d1a152fa..8c6020d0 100644 --- a/rbotconf/conf.rbot +++ b/rbotconf/conf.rbot @@ -3,7 +3,7 @@ SENDQ_DELAY = 2.0 SENDQ_BURST = 4 NICK = rbot USER = rbot -JOIN_CHANNELS = #giblet +JOIN_CHANNELS = #rbot PORT = 6667 LANGUAGE = english KEYWORD_LISTEN = false |