# HG changeset patch # User Sadrul Habib Chowdhury # Date 1196054347 0 # Node ID 9f7590a24b9b503d39901ab8d58abe8a1e45b671 # Parent 4c03275346a9e6afe42ef08736825f70a086eab6 Show a helpful message about account disconnect. Someone should come up with a better string. diff -r 4c03275346a9 -r 9f7590a24b9b finch/gntconn.c --- a/finch/gntconn.c Mon Nov 26 04:45:41 2007 +0000 +++ b/finch/gntconn.c Mon Nov 26 05:19:07 2007 +0000 @@ -152,6 +152,10 @@ purple_conv_chat_has_left(PURPLE_CONV_CHAT(conv))) continue; purple_conversation_set_data(conv, "want-to-rejoin", GINT_TO_POINTER(TRUE)); + purple_conversation_write(conv, NULL, _("The account has disconnected and you are no " + "longer in this chat. You will be automatically rejoined in the chat when " + "the account reconnects."), + PURPLE_MESSAGE_SYSTEM, time(NULL)); } }