summaryrefslogtreecommitdiffstats
path: root/innbbsd/innbbsd.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-05 19:58:27 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-05 19:58:27 +0800
commit6308dc81fbc5cc89f450e7beadc2cf710c0696e9 (patch)
tree6af6280b57bcaf1fc79c88a142b61b99fccd2efe /innbbsd/innbbsd.c
parent38c21379a1c34bcea53157c381044f05e3637727 (diff)
downloadpttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar
pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.gz
pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.bz2
pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.lz
pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.xz
pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.zst
pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.zip
import NoCeM into innbbsd/.
see http://nocem-innbbsd.sourceforge.net/ for details. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2312 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/innbbsd.c')
-rw-r--r--innbbsd/innbbsd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/innbbsd/innbbsd.c b/innbbsd/innbbsd.c
index a302c398..f782e8da 100644
--- a/innbbsd/innbbsd.c
+++ b/innbbsd/innbbsd.c
@@ -717,6 +717,8 @@ CMDihave(client)
}
} else if ((char *)strstr(path1, path2) != NULL) {
bbslog(":Warn: Loop back article: %s!%s\n", MYBBSID, HEADER[PATH_H]);
+ } else if (strstr(SUBJECT, "@@") && strstr(BODY, "NCM") && strstr(BODY, "PGP")) {
+ rel = receive_nocem();
} else {
rel = receive_article();
}