summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/talk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index 73637afc..5d070193 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -1,4 +1,4 @@
-/* $Id: talk.c,v 1.45 2002/05/25 03:33:43 in2 Exp $ */
+/* $Id: talk.c,v 1.46 2002/05/25 06:59:50 in2 Exp $ */
#include <stdio.h>
#include <string.h>
#include <errno.h>
@@ -2217,6 +2217,7 @@ static void userlist(void)
case 'q':
strcpy(currauthor, uentp->userid);
my_query(uentp->userid);
+ setutmpmode(LUSERS);
redrawall = redraw = 1;
break;