@@ -4,7 +4,7 @@
#include "System.h"
#include <stdlib.h>
#define message_eq(m) strncmp(msg, m, 20)
#define message_eq(m) (strncmp(msg, m, 20)==0)
enum BlendMode { BlendNone, BlendBlend, BlendAdd, BlendMod };
The note is not visible to the blocked user.