Add space after sticker: to make it consistent.

This commit is contained in:
Qball Cow 2009-01-20 13:45:43 +01:00 committed by Max Kellermann
parent dc7d70ee26
commit d10910cc90

View File

@ -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;