diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-08 17:53:21 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-08 17:53:21 +0800 |
commit | 4d1e9203c8b08b9c7babf9b01071bba634ba9a9f (patch) | |
tree | 9b0611f2ec6a5e590d255254eb6cd7b22f2d3bca /util/shmctl.c | |
parent | f87d2473455fb8a54f7621a65748d9c021f57480 (diff) | |
download | pttbbs-4d1e9203c8b08b9c7babf9b01071bba634ba9a9f.tar pttbbs-4d1e9203c8b08b9c7babf9b01071bba634ba9a9f.tar.gz pttbbs-4d1e9203c8b08b9c7babf9b01071bba634ba9a9f.tar.bz2 pttbbs-4d1e9203c8b08b9c7babf9b01071bba634ba9a9f.tar.lz pttbbs-4d1e9203c8b08b9c7babf9b01071bba634ba9a9f.tar.xz pttbbs-4d1e9203c8b08b9c7babf9b01071bba634ba9a9f.tar.zst pttbbs-4d1e9203c8b08b9c7babf9b01071bba634ba9a9f.zip |
when GV2.e.noonlineuser, do NOT search if the author is online in article list
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@780 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/shmctl.c')
-rw-r--r-- | util/shmctl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/util/shmctl.c b/util/shmctl.c index 2232c42d..89c9069a 100644 --- a/util/shmctl.c +++ b/util/shmctl.c @@ -1,4 +1,4 @@ -/* $Id: shmctl.c,v 1.37 2003/04/07 08:08:47 in2 Exp $ */ +/* $Id: shmctl.c,v 1.38 2003/04/08 09:53:21 in2 Exp $ */ #include "bbs.h" #include <sys/wait.h> @@ -337,7 +337,8 @@ int utmpnum(int argc, char **argv) return 0; } -char *GV2str[] = {"dymaxactive", "toomanyusers", NULL}; +char *GV2str[] = {"dymaxactive", "toomanyusers", + "noonlineuser", NULL}; int showglobal(int argc, char **argv) { int i; |