twisted.words.protocols.irc: Don't prepend # onto channel name in IRCClient.me
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from stefanor <None>:
You can't send an action privately (not in a channel) using {{{IRCClient}}}, because {{{IRCClient.me}}} prepends a {{{#}}} onto the channel name. While that behaviour is documented in docstrings elsewhere (See ticket #3895), it is a bad API choice.
Without this patch, the alternative is to call {{{IRCClient.ctcpMakeQuery}}} directly.
----------
Type : defect
Component: words
Keywords : review
Priority : normal
Nosy :
----------
http://twistedmatrix.com/trac/ticket/3910