Hi all.
I just gave a shot at creating a bot with Python. All was working fine, but then I got the following error while being connected to the IRC server:

Code:
USER CeruleanBot bot.example.com bot.example.com :CeruleanBot
NICK CeruleanBot bot.example.com
NOTICE AUTH :*** Found your hostname, welcome back
NOTICE AUTH :*** Checking ident
NOTICE AUTH :*** No identd (auth) response

ERROR :Closing Link:  (Connection Timed Out)


And then it just stops running.
Can someone explain whats happening?

Thanks for your time.
Paul