Changeset aac889a for commands.c
- Timestamp:
- Jun 5, 2003, 2:53:47 PM (21 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 884c272
- Parents:
- 5789230
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r65ad073 raac889a 892 892 return(NULL); 893 893 } 894 owl_function_makemsg("This function is not yet operational. Stay tuned."); 895 return(NULL); 894 896 owl_aim_addbuddy(argv[2]); 895 897 owl_function_makemsg("%s added as AIM buddy for %s", argv[2], owl_global_get_aim_screenname(&g)); … … 916 918 return(NULL); 917 919 } 920 owl_function_makemsg("This function is not yet operational. Stay tuned."); 921 return(NULL); 918 922 owl_aim_delbuddy(argv[2]); 919 923 owl_function_makemsg("%s deleted as AIM buddy for %s", argv[2], owl_global_get_aim_screenname(&g));
Note: See TracChangeset
for help on using the changeset viewer.