Add space after sticker: to make it consistent.
This commit is contained in:
parent
dc7d70ee26
commit
d10910cc90
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user