mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 10:40:13 +01:00
Added Rhade's new history command, cleaned up more files --Rumble
This commit is contained in:
parent
42377c319a
commit
355095bdb6
26 changed files with 454 additions and 693 deletions
|
|
@ -357,7 +357,7 @@ void aedit_parse(struct descriptor_data * d, char *arg) {
|
|||
break;
|
||||
default:
|
||||
write_to_output(d, "Invalid choice!\r\n"
|
||||
"Do you wish to save your changes? ");
|
||||
"Do you wish to save your changes? : ");
|
||||
break;
|
||||
}
|
||||
return; /* end of AEDIT_CONFIRM_SAVESTRING */
|
||||
|
|
@ -418,7 +418,7 @@ void aedit_parse(struct descriptor_data * d, char *arg) {
|
|||
switch (*arg) {
|
||||
case 'q': case 'Q':
|
||||
if (OLC_VAL(d)) { /* Something was modified */
|
||||
write_to_output(d, "Do you wish to save your changes? ");
|
||||
write_to_output(d, "Do you wish to save your changes? : ");
|
||||
OLC_MODE(d) = AEDIT_CONFIRM_SAVESTRING;
|
||||
}
|
||||
else cleanup_olc(d, CLEANUP_ALL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue