command: change user mood clearing message
This commit is contained in:
@@ -9659,7 +9659,7 @@ cmd_mood(ProfWin* window, const char* const command, gchar** args)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (g_strcmp0(args[0], "clear") == 0) {
|
} else if (g_strcmp0(args[0], "clear") == 0) {
|
||||||
cons_show("Cleaning your user mood.");
|
cons_show("Clearing the user mood.");
|
||||||
publish_user_mood(NULL, NULL);
|
publish_user_mood(NULL, NULL);
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|||||||
Reference in New Issue
Block a user