Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/purple-compat.h')
-rw-r--r--include/purple-compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/purple-compat.h b/include/purple-compat.h
index 82c26ab..1610590 100644
--- a/include/purple-compat.h
+++ b/include/purple-compat.h
@@ -154,4 +154,6 @@ purple_blist_node_set_transient(PurpleBlistNode *node, gboolean transient)
}
}
+#define purple_conversation_write_system_message(conv, msg, flags) purple_conversation_write((conv), NULL, (msg), (flags) | PURPLE_MESSAGE_SYSTEM, time(NULL));
+
#endif /* _PURPLE_COMPAT_H_ */