summaryrefslogtreecommitdiffstats
path: root/mbbsd/talk.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-26 16:40:28 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-26 16:40:28 +0800
commiteb4d5c415955e48ba303772657786a20ee7f727a (patch)
tree22a4c0f09eaf2768a0b9fd60a055430b61ddb354 /mbbsd/talk.c
parent0bcccbd2ccbd6a17fb811ee7e52e987f0a9c1490 (diff)
downloadpttbbs-eb4d5c415955e48ba303772657786a20ee7f727a.tar
pttbbs-eb4d5c415955e48ba303772657786a20ee7f727a.tar.gz
pttbbs-eb4d5c415955e48ba303772657786a20ee7f727a.tar.bz2
pttbbs-eb4d5c415955e48ba303772657786a20ee7f727a.tar.lz
pttbbs-eb4d5c415955e48ba303772657786a20ee7f727a.tar.xz
pttbbs-eb4d5c415955e48ba303772657786a20ee7f727a.tar.zst
pttbbs-eb4d5c415955e48ba303772657786a20ee7f727a.zip
- enable 'Q' in userlist to query all users
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4248 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r--mbbsd/talk.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index d28d5165..8304a22d 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -2945,6 +2945,12 @@ userlist(void)
redrawall = redraw = 1;
break;
+ case 'Q':
+ t_query();
+ setutmpmode(LUSERS);
+ redrawall = redraw = 1;
+ break;
+
case 'c':
if (HasUserPerm(PERM_LOGINOK)) {
chicken_query(uentp->userid);