diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-20 12:08:49 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-20 12:08:49 +0800 |
commit | c5cb0768c657c197c686b83029af29fe087ee31e (patch) | |
tree | daa66e6675e3b9eef9595183d32158b4d6bb27f5 /mbbsd | |
parent | 2b40d1a7281cb674ca84c601b6b61c4580606bd4 (diff) | |
download | pttbbs-c5cb0768c657c197c686b83029af29fe087ee31e.tar pttbbs-c5cb0768c657c197c686b83029af29fe087ee31e.tar.gz pttbbs-c5cb0768c657c197c686b83029af29fe087ee31e.tar.bz2 pttbbs-c5cb0768c657c197c686b83029af29fe087ee31e.tar.lz pttbbs-c5cb0768c657c197c686b83029af29fe087ee31e.tar.xz pttbbs-c5cb0768c657c197c686b83029af29fe087ee31e.tar.zst pttbbs-c5cb0768c657c197c686b83029af29fe087ee31e.zip |
No mail alert for personal chess log
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3193 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/chess.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mbbsd/chess.c b/mbbsd/chess.c index 56124c42..26f82354 100644 --- a/mbbsd/chess.c +++ b/mbbsd/chess.c @@ -963,8 +963,6 @@ ChessGenLogUser(ChessInfo* info, ChessGameResult result) sethomedir(fname, cuser.userid); append_record_forward(fname, &log_header, sizeof(log_header), cuser.userid); - - mailalert(cuser.userid); } } |