Skip to content

Commit

Permalink
purple-compat: add purple_conversation_write_system_message
Browse files Browse the repository at this point in the history
  • Loading branch information
dequis committed Jun 26, 2017
1 parent e52e69f commit b7aa06d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/purple-compat.h
Expand Up @@ -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_ */

0 comments on commit b7aa06d

Please sign in to comment.