Modify ↓
Opened at 2013-04-12T17:00:40Z
Closed at 2014-09-27T14:34:36Z
#1044 closed defect (fixed)
Quoting characters removed from twitter messages
| Reported by: | Owned by: | dx | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Version: | devel | |
| Keywords: | patch | Cc: | |
| IRC client+version: | Client-independent | Operating System: | Public server |
| OS version/distro: |
Description
When doing a "reply", the split_command_parts() function is used to split the arguments. However, the special quoting and escaping logic changes the intended message in some cases; e.g. if the message begins with a quotation character, it is removed.
reply foo "bar" => @foo bar"
/zibri
Attachments (1)
Change History (5)
comment:1 Changed at 2014-02-04T04:56:18Z by
| Owner: | set to dx |
|---|---|
| Status: | new → accepted |
Changed at 2014-06-23T10:23:33Z by
| Attachment: | 0001-Add-limit-param-to-split_command_parts-fix-twitter-q.patch added |
|---|
PATCH!!!!1
comment:2 Changed at 2014-06-23T10:24:43Z by
| Keywords: | patch added |
|---|
comment:4 Changed at 2014-09-27T14:34:36Z by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Applied in bzr rev 1037
Note: See
TracTickets for help on using
tickets.

WHY HAVEN'T I FIXED THIS ISSUE YET