diff options
author | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-03-13 16:49:20 +0800 |
---|---|---|
committer | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-03-13 16:49:20 +0800 |
commit | 6e73dd08e23f19998a385c2d5576345fc947e741 (patch) | |
tree | 98d1dbf6fd7b52af5ad1f9cef0ce3f3b3d35ac4f /util | |
parent | 7244928e1902044295de75180035ea8ca67a4930 (diff) | |
download | pttbbs-6e73dd08e23f19998a385c2d5576345fc947e741.tar pttbbs-6e73dd08e23f19998a385c2d5576345fc947e741.tar.gz pttbbs-6e73dd08e23f19998a385c2d5576345fc947e741.tar.bz2 pttbbs-6e73dd08e23f19998a385c2d5576345fc947e741.tar.lz pttbbs-6e73dd08e23f19998a385c2d5576345fc947e741.tar.xz pttbbs-6e73dd08e23f19998a385c2d5576345fc947e741.tar.zst pttbbs-6e73dd08e23f19998a385c2d5576345fc947e741.zip |
Police Manager, can search user info
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3487 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r-- | util/bbsctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bbsctl.c b/util/bbsctl.c index 7710795c..320fa5f0 100644 --- a/util/bbsctl.c +++ b/util/bbsctl.c @@ -225,7 +225,7 @@ int permreport(int argc, char **argv) {PERM_PRG, "PERM_PRG"}, {PERM_ACTION, "PERM_ACTION"}, {PERM_PAINT, "PERM_PAINT"}, - {PERM_LAW, "PERM_LAW"}, + {PERM_POLICE_MAN, "PERM_POLICE_MAN"}, {PERM_MSYSOP, "PERM_MSYSOP"}, {PERM_PTT, "PERM_PTT"}, #endif |