Modify ↓
Opened at 2014-03-03T07:28:25Z
Closed at 2014-12-06T18:17:16Z
#1138 closed defect (fixed)
'Some' twitter accounts don't show join messages when following
| Reported by: | dx | Owned by: | dx |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Version: | 3.2.1 | |
| Keywords: | Cc: | ||
| IRC client+version: | Client-independent | Operating System: | Public server |
| OS version/distro: |
Description
Type "follow <username>" in #twitter_* or "add twitter <username>" in &bitlbee
An issue that affects "overspark" from irc and also seems to happen in my twitter test account. Doesn't happen in my main twitter account. Posting it here just to not forget about it.
Attachments (0)
Change History (2)
comment:1 Changed at 2014-07-14T11:50:04Z by
| Owner: | set to dx |
|---|---|
| Status: | new → accepted |
comment:2 Changed at 2014-12-06T18:17:16Z by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Revision 1067 fixes this:
http://bugs.bitlbee.org/bitlbee/changeset/devel,1067/devel/
Note: See
TracTickets for help on using
tickets.

Turns out it was a case sensitivity issue. strcmp() vs strcasecmp(). Will post patch soon.