projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9924cfa
)
DOING was showing privileged WHO header for privileged users.
author
Rick L Bird
<nveid@yahoo.com>
Fri, 6 May 2011 23:38:17 +0000
(19:38 -0400)
committer
Rick L Bird
<nveid@yahoo.com>
Fri, 6 May 2011 23:38:17 +0000
(19:38 -0400)
IssueID #124
src/bsd.c
patch
|
blob
|
history
diff --git
a/src/bsd.c
b/src/bsd.c
index 07d0adcd682df99461d8feb9d1f4629412ef7b3b..fd3c3e66e044743d98f6004d6ef54021afcf50c0 100644
(file)
--- a/
src/bsd.c
+++ b/
src/bsd.c
@@
-3514,7
+3514,7
@@
COMMAND(cmd_dump_users)
notify_noenter(player, pbuff);
}
- if ((doing ==
1
) || !Priv_Who(player)) {
+ if ((doing ==
3
) || !Priv_Who(player)) {
if (poll_msg[0] == '\0')
strcpy(poll_msg, "Doing");
notify_format(player, "%s%-16s %4s %10s %6s %s%s",