command: rename /mood clean to /mood clear

As per suggestion of @mdosch.
This commit is contained in:
Michael Vetter
2022-02-01 00:00:32 +01:00
parent f14f9afe03
commit af7a4257f5
3 changed files with 5 additions and 5 deletions

View File

@@ -9658,7 +9658,7 @@ cmd_mood(ProfWin* window, const char* const command, gchar** args)
publish_user_mood(args[1], args[1]);
}
}
} else if (g_strcmp0(args[0], "clean") == 0) {
} else if (g_strcmp0(args[0], "clear") == 0) {
cons_show("Cleaning your user mood.");
publish_user_mood(NULL, NULL);
}