mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
command: change user mood clearing message
This commit is contained in:
parent
af7a4257f5
commit
e31e2877fc
@ -9659,7 +9659,7 @@ cmd_mood(ProfWin* window, const char* const command, gchar** args)
|
||||
}
|
||||
}
|
||||
} 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);
|
||||
}
|
||||
return TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user