We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f811b48 commit 026c55aCopy full SHA for 026c55a
readline.c
@@ -86,7 +86,7 @@ static struct command commands[] = {
86
/*{ "vowmarkprogress", cmd_mark_vow_progress, "Mark progress for the current vow", 0 },*/
87
{ "vowactivate", cmd_activate_vow, "Activate an existing vow", 0 },
88
{ "vowdeactivate", cmd_deactivate_vow, "Deactivate current vow", 0 },
89
- { "vowdelete", cmd_delete_vow, "Irrecoverably delete the active vow", 0 },
+ /*{ "vowdelete", cmd_delete_vow, "Irrecoverably delete the active vow", 0 },*/
90
{ "--- ORACLE TABLE ROLLS ---", NULL, "", 0 },
91
{ "generatenpc", cmd_generate_npc, "Generate a random NPC", 0 },
92
{ "coastalwaterlocation", cmd_show_coastal_location, "Show a random coastal water location", 0 },
0 commit comments