diff options
-rw-r--r-- | pttbbs/mbbsd/angel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/angel.c b/pttbbs/mbbsd/angel.c index 98e208e0..fcadd907 100644 --- a/pttbbs/mbbsd/angel.c +++ b/pttbbs/mbbsd/angel.c @@ -76,7 +76,7 @@ angel_notify_activity(const char *userid) { #ifdef ANGEL_CIA_ACCOUNT // Don't notify AngelBeats for CIA account. - if (strcasecmp(userid, ANGEL_CIA_ACCOUNT) != 0) + if (strcasecmp(userid, ANGEL_CIA_ACCOUNT) == 0) return; #endif |