diff options
-rw-r--r-- | mbbsd/bbs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index e9a1ca6d..0d947ebb 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -2323,6 +2323,7 @@ push_bottom(int ent, fileheader_t * fhdr, char *direct) { int num, i; char buf[256]; + return vmsg("this feature is marked as broken"); if ((currmode & MODE_DIGEST) || !(currmode & MODE_BOARD)) return DONOTHING; if(strstr(direct, ".bottom")) |