Changeset 651560f for commands.c


Ignore:
Timestamp:
Jun 1, 2003, 10:33:32 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
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:
aa5f725
Parents:
75e3879
Message:
Don't send the "You have an icon" message
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r3abf28b r651560f  
    13811381    owl_function_makemsg("Not enough arguments to the aimwrite command.");
    13821382  } else {
    1383     tmpbuff = owl_strdup(buff);
     1383    tmpbuff=owl_strdup(buff);
    13841384    owl_function_aimwrite_setup(tmpbuff);
    13851385    owl_global_set_buffercommand(&g, tmpbuff);
Note: See TracChangeset for help on using the changeset viewer.