First of all, the IRC identifying thing is set wrong:
# Note for Nickserv auth you give the name of nickserv and the full ident string as example
Nickservauth = 1
Nickservname = Nickserv
Nickservauth = /msg nickserv identify ********
Its supposed to be like this:
# Note for Nickserv auth you give the name of nickserv and the full ident string as example
Nickservauth = 1
Nickservname = Nickserv
Nickservauth = identify ********
Autoannounce:
# Every x minutes the bot will announce a random line from AutoAnnounceFile.
AutoAnnounceInterval = 120 # every 2 mins an msg comes by :)
Use port 4848 instead, that port has always worked for me 
BTW, Ga(y)mespy uses alternate ports to connect fds to their networks if im not mistaken port 25301 and port 25300?
Maybe you havent set these ports in your firewall?
[zunnie]