comparison src/conversation.c @ 2167:edf8c5a70e5b

[gaim-migrate @ 2177] limiting chat message lengths committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 26 Aug 2001 20:21:45 +0000
parents 13a1695a9ba8
children 657dbe515608
comparison
equal deleted inserted replaced
2166:dbd74f49dabb 2167:edf8c5a70e5b
863 863
864 if (c->makesound && (sound_options & OPT_SOUND_SEND)) 864 if (c->makesound && (sound_options & OPT_SOUND_SEND))
865 play_sound(SEND); 865 play_sound(SEND);
866 } 866 }
867 } else { 867 } else {
868 serv_chat_send(c->gc, c->id, buf); 868 err = serv_chat_send(c->gc, c->id, buf);
869 869
870 /* no sound because we do that when we receive our message */ 870 /* no sound because we do that when we receive our message */
871 } 871 }
872 872
873 g_free(buf2); 873 g_free(buf2);