--- a/src/conversation.c Thu Aug 31 02:12:58 2000 +0000
+++ b/src/conversation.c Thu Aug 31 03:40:17 2000 +0000
@@ -144,6 +144,7 @@
show_conv(c);
conversations = g_list_append(conversations, c);
+ plugin_event(event_new_conversation, name, 0, 0);
return c;
}