pidgin/purple-plugin-pack

Parents 512fe2e39304
Children 7ebd38300a2b
Comment out unfinished code that's throwing compiler warnings
--- a/chronic/chronic.c Fri Aug 24 00:08:22 2018 -0500
+++ b/chronic/chronic.c Sat Aug 25 19:38:37 2018 -0500
@@ -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