summaryrefslogtreecommitdiffstats
path: root/mbbsd/talk.c
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-07-22 10:21:12 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-07-22 10:21:12 +0800
commited0ba2cc1f2adaa7d50a4e6bb2490b52c9bd1917 (patch)
tree5aa4d0e0ad9cd1757ca7151b82e5e08cf966029a /mbbsd/talk.c
parent66440569635944dc31f8ebe807b99caf774c96f9 (diff)
downloadpttbbs-ed0ba2cc1f2adaa7d50a4e6bb2490b52c9bd1917.tar
pttbbs-ed0ba2cc1f2adaa7d50a4e6bb2490b52c9bd1917.tar.gz
pttbbs-ed0ba2cc1f2adaa7d50a4e6bb2490b52c9bd1917.tar.bz2
pttbbs-ed0ba2cc1f2adaa7d50a4e6bb2490b52c9bd1917.tar.lz
pttbbs-ed0ba2cc1f2adaa7d50a4e6bb2490b52c9bd1917.tar.xz
pttbbs-ed0ba2cc1f2adaa7d50a4e6bb2490b52c9bd1917.tar.zst
pttbbs-ed0ba2cc1f2adaa7d50a4e6bb2490b52c9bd1917.zip
Clear curredit so we can enter mailbox after sending mail from userlist.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4390 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r--mbbsd/talk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index 869336e9..130ed593 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -2928,6 +2928,7 @@ userlist(void)
prints("[±H«H] ¦¬«H¤H¡G%s", userid);
my_send(userid);
setutmpmode(LUSERS);
+ curredit = 0;
redrawall = redraw = 1;
}
break;