Commit d10910cc authored by Qball Cow's avatar Qball Cow Committed by Max Kellermann

Add space after sticker: to make it consistent.

parent dc7d70ee
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment