diff 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
line wrap: on
line diff
--- a/src/conversation.c	Sun Aug 26 19:18:39 2001 +0000
+++ b/src/conversation.c	Sun Aug 26 20:21:45 2001 +0000
@@ -865,7 +865,7 @@
 				play_sound(SEND);
 		}
 	} else {
-		serv_chat_send(c->gc, c->id, buf);
+		err = serv_chat_send(c->gc, c->id, buf);
 
 		/* no sound because we do that when we receive our message */
 	}