pidgin/purple-plugin-pack

7ebd38300a2b
Merged in rw_grim/purple-plugin-pack (pull request #11)

Comment out unfinished code that's throwing compiler warnings

Approved-by: Gary Kramlich
--- a/chronic/chronic.c Sun Aug 26 03:47:36 2018 +0000
+++ b/chronic/chronic.c Sun Aug 26 03:47:52 2018 +0000
@@ -32,6 +32,8 @@
chronic_received_cb(PurpleAccount *account, char *sender, char *message,
PurpleConversation *conv, PurpleMessageFlags flags)
{
+#if 0
+ /* this needs some work... */
char *sound = NULL, *path = NULL;
if(strlen(message) > 3) {
@@ -43,6 +45,7 @@
}
return;
+#endif
}
static gboolean