Add \bear, \cool, \hug, \unflip, \wave

weechat-hashes
C. McEnroe 2020-03-31 10:50:42 -04:00
parent 16b16a72e5
commit 13ae7cec59
1 changed files with 5 additions and 0 deletions

5
edit.c
View File

@ -76,11 +76,16 @@ static const struct {
const wchar_t *name;
const wchar_t *string;
} Macros[] = {
{ L"\\bear", L"ʕっ•ᴥ•ʔっ" },
{ L"\\cool", L"(⌐■_■)" },
{ L"\\flip", L"(╯°□°)╯︵ ┻━┻" },
{ L"\\gary", L"ᕕ( ᐛ )ᕗ" },
{ L"\\hug", L"(っ・∀・)っ" },
{ L"\\lenny", L"( ͡° ͜ʖ ͡°)" },
{ L"\\look", L"ಠ_ಠ" },
{ L"\\shrug", L"¯\\_(ツ)_/¯" },
{ L"\\unflip", L"┬─┬ノ(º_º)" },
{ L"\\wave", L"ヾ(^∇^)" },
};
void editCompleteAdd(void) {