作者itoc, 信區: itoc
標題[修正] song.c 點歌到看板順便點歌去信箱
時間02/12/31
作者: itoc (作業好難寫) 看板: plan
標題: [修正] song.c 點歌到看板順便點歌去信箱
時間: Tue Dec 31 18:34:42 2002 Updated: 2005/06/25
※ 引述《Roger (便當俠)》之銘言:
> 因為有些使用者反應他們點的歌不一定會被使用者看到
> 能不能讓使用者點歌給A時
> 點的歌除了送到ktv版外
> 還能把歌本寄到A的信箱呢?
: song.c:song_order()
btime_update(brd_bno(BN_KTV));
+ if (!annoy && /* 沒匿名才可順便寄信箱 */
+ vans("要順便寄到他的信箱嗎(Y/N)?[N] ") == 'y')
+ {
+ if (acct_userno(des) > 0) /* 要有這 id 才行 */
+ {
+ usr_fpath(fpath, des, fn_dir);
+ hdr_stamp(fpath, HDR_COPY, &xpost, buf);
+ strcpy(xpost.owner, cuser.userid);
+ strcpy(xpost.nick, cuser.username);
+ sprintf(xpost.title, "%s 點給您", cuser.userid);
+ rec_add(fpath, &xpost, sizeof(HDR));
+ }
+ else
+ vmsg(err_uid);
+ }
return XO_FOOT;
}
--
□ 本文章由 itoc 從 itoc.Dorm-GD2.NCTU.edu.tw 發表