diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-16 16:25:29 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-16 16:25:29 +0800 |
commit | cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212 (patch) | |
tree | 9dfeccf0ebff5a565992d9b3ca4b40ffac86910a /mbbsd/talk.c | |
parent | 968a86a3b520514f2957e0cec6be6ea1c34487ea (diff) | |
download | pttbbs-cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212.tar pttbbs-cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212.tar.gz pttbbs-cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212.tar.bz2 pttbbs-cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212.tar.lz pttbbs-cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212.tar.xz pttbbs-cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212.tar.zst pttbbs-cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@857 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r-- | mbbsd/talk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c index 273dd215..725300bc 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -1,4 +1,4 @@ -/* $Id: talk.c,v 1.108 2003/05/14 09:46:19 in2 Exp $ */ +/* $Id: talk.c,v 1.109 2003/05/16 08:25:10 ptt Exp $ */ #include "bbs.h" #define QCAST int (*)(const void *, const void *) @@ -2200,7 +2200,7 @@ userlist(void) break; case 'a': if (HAS_PERM(PERM_LOGINOK)) { - friend_add(uentp->userid, FRIEND_OVERRIDE); + friend_add(uentp->userid, FRIEND_OVERRIDE,uentp->username); friend_load(); redrawall = redraw = 1; } |