Changeset c102bbf in code
- Timestamp:
- Mar 9, 2014, 10:42:06 PM (11 years ago)
- Branches:
- master
- Children:
- b6c9dd3
- Parents:
- c4a43f1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cmd.c
rc4a43f1 rc102bbf 376 376 return icb_who(is, NULL); 377 377 378 /* pidgin-icb treats '.' as the current group */ 379 if (strlen(arg) == 1 && arg[0] == '.') { 380 icb_who(is, is->group); 381 return; 382 } 383 378 384 icb_vis(group, arg, ICB_MAXGRPLEN, VIS_SP); 379 385 LIST_FOREACH(ig, &groups, entry) { -
icb.c
rc4a43f1 rc102bbf 496 496 s->nick, ICB_M_SEP, getmonotime() - s->last, 497 497 ICB_M_SEP, ICB_M_SEP, s->login, ICB_M_SEP, 498 s->client, ICB_M_SEP, s->host, ICB_M_SEP, " (nr)");498 s->client, ICB_M_SEP, s->host, ICB_M_SEP, " "); 499 499 icb_cmdout(is, CMDOUT_WL, buf); 500 500 nusers++;
Note:
See TracChangeset
for help on using the changeset viewer.