diff options
Diffstat (limited to '')
-rw-r--r-- | src/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c index 6e8dc9fc0..1c4cb4ee0 100644 --- a/src/command.c +++ b/src/command.c @@ -1430,7 +1430,7 @@ handle_sticker_song(struct client *client, int argc, char *argv[]) return COMMAND_RETURN_ERROR; } - client_printf(client, "sticker:%s=%s\n", argv[4], value); + client_printf(client, "sticker: %s=%s\n", argv[4], value); g_free(value); return COMMAND_RETURN_OK; |