For those having problems with the bot joining the channel, install cgi-irc and see if you can join your channel. Perhaps your host has IRC ports blocked. Perhaps it's bad routing.
Here's a link to cgi-irc...
http://prdownloads.sourceforge.net/c...iirc-0.5.7.zip
After chmodding the cgi files, all you have to do is set these values in cgiirc.config. Then call irc.cgi and see if you can connect/join your channel
Quote:
# seperate the servers with commas.
default_server = irc.blitzed.org
default_port = 6667
# Channel(s) to allow access to, a comma seperated list
default_channel = #cgiirc
|