Index: src/gtkconv.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/gtkconv.c,v retrieving revision 1.414 diff -u -p -r1.414 gtkconv.c --- src/gtkconv.c 7 Jul 2004 06:24:58 -0000 1.414 +++ src/gtkconv.c 7 Jul 2004 14:15:30 -0000 @@ -466,7 +466,8 @@ send_cb(GtkWidget *widget, GaimConversat if (!gaim_account_is_connected(account)) return; - if (gaim_conv_chat_has_left(GAIM_CONV_CHAT(conv))) + if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT && + gaim_conv_chat_has_left(GAIM_CONV_CHAT(conv))) return; if(gaim_prefs_get_bool("/gaim/gtk/conversations/enable_commands")) {