- Timestamp:
- Mar 9, 2014, 10:42:06 PM (11 years ago)
- Branches:
- master
- Children:
- b6c9dd3
- Parents:
- c4a43f1
- File:
-
- 1 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) {
Note:
See TracChangeset
for help on using the changeset viewer.