mirror of
https://git.szy.lol/szymonszl/komeiji.git
synced 2025-06-20 16:51:59 +00:00
patch ~nicknames with zwsp
This commit is contained in:
parent
66210b0dc3
commit
e1b7528b79
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ void cmd_fortune_h(int author, const char* args) {
|
|||
*cur = toupper(*cur);
|
||||
}
|
||||
}
|
||||
sendchatf("%s", sentence);
|
||||
sendchatf("%s%s", sentence[0] == '~' ? "\u200b" : "", sentence); // zwsp as patch for ~nicknames
|
||||
}
|
||||
command_definition cmd_fortune = {
|
||||
.keywords = "fortune fate",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue