[Twisted-Python] log irc bot example problem

Jp Calderone exarkun at intarweb.us
Thu Nov 27 18:34:06 MST 2003


On Thu, Nov 27, 2003 at 09:58:41PM +0100, Robert Penz wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi!
> 
> I'm playing with the twisted irclogbot example .. I've no problem in the 
> ircnet, but it I always get disconnected from the efnet, but a eggdrop on the 
> same machine has no problem
> 
> [21:34:05] [connected at Thu Nov 27 21:34:05 2003]
> [21:34:51] [disconnected at Thu Nov 27 21:34:51 2003 reason([Failure instance: 
> Traceback: twisted.internet.error.ConnectionDone, Connection was closed 
> cleanly.
> ])]
> 
> I've looked at it with tcpdump and got following, but what should that tell 
> me:
> 
> NICK bla!
> NOTICE AUTH :*** Looking up your hostname.
> USER bla! foo bar :None
> NOTICE AUTH :*** Checking Ident
> NOTICE AUTH :*** Found your hostname
> NOTICE AUTH :*** Got Ident response
> :efnet.demon.co.uk 432 * rim! :Erroneous NERROR :Closing Link: mydnsname.com

  432 is erroneous nickname.  Likely, the server doesn't like the "!" in
your nick.

  Jp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: </pipermail/twisted-python/attachments/20031127/85eeb836/attachment.sig>


More information about the Twisted-Python mailing list