summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/talk.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/pttbbs/mbbsd/talk.c b/pttbbs/mbbsd/talk.c
index d2ea1b65..8af21abb 100644
--- a/pttbbs/mbbsd/talk.c
+++ b/pttbbs/mbbsd/talk.c
@@ -3045,6 +3045,14 @@ userlist(void)
}
break;
+ case 'G':
+ if (HasUserPerm(PERM_LOGINOK)) {
+ p_give();
+ // give_money_ui(NULL);
+ redrawall = redraw = 1;
+ }
+ break;
+
case 'g':
if (HasUserPerm(PERM_LOGINOK) &&
strcmp(uentp->userid, cuser.userid) != 0) {