Changes in / [5f1e78d:d6b6906]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
r5f1e78d rd6b6906 492 492 493 493 if (g_str_has_prefix(cmd[1], "#")) { 494 495 496 494 id = g_ascii_strtoull(cmd[1] + 1, NULL, 10); 495 if (id < TWITTER_LOG_LENGTH && td->log) 496 id = td->log[id].id; 497 497 } else if ((bu = bee_user_by_handle(ic->bee, ic, cmd[1])) && 498 498 (tud = bu->data) && tud->last_id)
Note: See TracChangeset
for help on using the changeset viewer.