mirror of https://mirror.osredm.com/root/redis.git
Update src/lolwut8.c
Co-authored-by: debing.sun <debing.sun@redis.com>
This commit is contained in:
parent
66d152a3f1
commit
b6ad5ac44b
|
@ -172,7 +172,7 @@ void lolwut8Command(client *c) {
|
|||
"https://www.youtube.com/watch?v=8i7uFCK7G0o (English subs)\n\n"
|
||||
"Use: LOLWUT IT for the original Italian output. Redis ver. ");
|
||||
combined = sdscat(combined,REDIS_VERSION);
|
||||
combined = sdscat(combined,"\n\n");
|
||||
combined = sdscatlen(rendered,"\n",1);
|
||||
|
||||
addReplyVerbatim(c,combined,sdslen(combined),"txt");
|
||||
sdsfree(combined);
|
||||
|
|
Loading…
Reference in New Issue