- Timestamp:
- 2014-07-24T03:51:07Z (10 years ago)
- Branches:
- master
- Children:
- 59e66ff
- Parents:
- 1783ab6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
r1783ab6 r269580c 602 602 603 603 cmds = g_strdup(message); 604 cmd = split_command_parts(cmds );604 cmd = split_command_parts(cmds, 2); 605 605 606 606 if (cmd[0] == NULL) { … … 662 662 goto eof; 663 663 } 664 message = new = g_strdup_printf("@%s %s", bu->handle, message + (cmd[2] - cmd[0]));664 message = new = g_strdup_printf("@%s %s", bu->handle, cmd[2]); 665 665 in_reply_to = id; 666 666 allow_post = TRUE;
Note: See TracChangeset
for help on using the changeset viewer.