Ticket #3910 defect closed fixed
twisted.words.protocols.irc: Don't prepend # onto channel name in IRCClient.me
| Reported by: | stefanor | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | words | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

