NOT_SET_STR
char event[sizeof(NOT_SET_STR)];
bcopy(NOT_SET_STR, event, sizeof(event));
if (strcmp(NOT_SET_STR, event) == 0) {
char channel[sizeof(NOT_SET_STR)];
bcopy(NOT_SET_STR, channel, sizeof(channel));
if (strcmp(NOT_SET_STR, channel) == 0) {