- Add a hint for 'u' and 'J' command that '+' displays all.
MFC after: 2 weeks
This commit is contained in:
parent
1b60f97272
commit
ee92dd81a5
@ -1007,7 +1007,7 @@ char *argv[];
|
||||
|
||||
case CMD_user:
|
||||
new_message(MT_standout,
|
||||
"Username to show: ");
|
||||
"Username to show (+ for all): ");
|
||||
if (readline(tempbuf2, sizeof(tempbuf2), No) > 0)
|
||||
{
|
||||
if (tempbuf2[0] == '+' &&
|
||||
@ -1101,7 +1101,7 @@ char *argv[];
|
||||
|
||||
case CMD_jail:
|
||||
new_message(MT_standout,
|
||||
"Jail to show: ");
|
||||
"Jail to show (+ for all): ");
|
||||
if (readline(tempbuf2, sizeof(tempbuf2), No) > 0)
|
||||
{
|
||||
if (tempbuf2[0] == '+' &&
|
||||
|
Loading…
Reference in New Issue
Block a user