View Single Post
Old 04-19-2005, 10:59 AM  
wh1t3
Junior Member
 
Join Date: Apr 2005
Posts: 1
Default

Hello all

I have a strange problem with my ioB, alle the commands (!bw, !who, !search, etc) work fine, but the announce isnt working. eg. It doesnt announce any races at all. I first only had it on 1 host, but now i have it on two. I went over the ioB.tcl file about a dozen times and really cant make out a mistake in there anywhere :/

Code:
# Those are the dirs you have in the root of your site... bot will try to chdir to all of those dirs
# to check free space... those are case-sensitive... as everything in ioFTPD...
set ioBvar(arealist) "XVID REQ"

# For any of those areas, you can define a diff. announce channel...
# Default announce channel
set ioBvar(announcechannel) "#announcechannel" #Yes, ive spelled it correctly :)
# Announce channel for specific areas; comment to use default channel
# Create as many as you need; use same case for AREANAME as in arealist
# Note: Do NOT define the default channel as an area-specific channel too!
#set ioBvar(announce_games) "#ioBanana-games"
#set ioBvar(announce_AREANAME) "#channel-xyz"

# Stats sections (for trial/quota and such)
set ioBvar(sections) "1 2"
# Stats sections for specific channels (if not specified, section 0 is used)
#set ioBvar(section_#ioBanana) "1"
#set ioBvar(section_#channel) "2"

# 0 = pre are announced in the section channel (#site_mp3 for mp3 pre, etc.)
# 1 = all pre are announced in default channel
set ioBvar(pre_in_default) 1
# 1 = disable mp3 info after a pre
set ioBvar(skipmp3onpre) 0
# 1 = disable commands from undefined channels
set ioBvar(privchan) 0
There are three folders in the home dir of the sitebot user, XVID and REQ. If i change XVID to GAMES in the arealist, the bot gives me an error saying it cant cwd to /GAMES, wich of course isnt there. But this does tell me the bot is connected properly and is using the config. So what I cant figure out, is why it isnt announcing :/

Any help would be greatly appreciated
wh1t3 is offline