Changeset 03ad7b2 for commands.c
- Timestamp:
- Jun 29, 2003, 1:44:19 PM (22 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:
- 862371b
- Parents:
- 290f290
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r94e4899 r03ad7b2 922 922 return(NULL); 923 923 } 924 /* 924 925 owl_function_makemsg("This function is not yet operational. Stay tuned."); 925 926 return(NULL); 927 */ 926 928 owl_aim_addbuddy(argv[2]); 927 929 owl_function_makemsg("%s added as AIM buddy for %s", argv[2], owl_global_get_aim_screenname(&g)); … … 948 950 return(NULL); 949 951 } 952 /* 950 953 owl_function_makemsg("This function is not yet operational. Stay tuned."); 951 954 return(NULL); 955 */ 952 956 owl_aim_delbuddy(argv[2]); 953 957 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.