From 6fc5112c55255a4d0fccdd9757823d2c6c46d48a Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Mon, 14 Nov 2022 22:25:38 -0500 Subject: [PATCH] aw hell naw espanso got the air wyatts --- match/gifs/bendy.yml | 0 match/gifs/helluva.yml | 0 match/gifs/misc.yml | 3 +++ match/gifs/spunchbob.yml | 9 +++++++++ match/git.yml | 6 +++--- match/wyatts.yml | 3 +++ 6 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 match/gifs/bendy.yml create mode 100644 match/gifs/helluva.yml create mode 100644 match/gifs/misc.yml create mode 100644 match/gifs/spunchbob.yml create mode 100644 match/wyatts.yml diff --git a/match/gifs/bendy.yml b/match/gifs/bendy.yml new file mode 100644 index 0000000..e69de29 diff --git a/match/gifs/helluva.yml b/match/gifs/helluva.yml new file mode 100644 index 0000000..e69de29 diff --git a/match/gifs/misc.yml b/match/gifs/misc.yml new file mode 100644 index 0000000..7cb1707 --- /dev/null +++ b/match/gifs/misc.yml @@ -0,0 +1,3 @@ +matches: + - trigger: "jujuless;;" + replace: "https://tenor.com/view/cuphead-king-dice-the-devil-devildice-the-cuphead-show-gif-25174667" \ No newline at end of file diff --git a/match/gifs/spunchbob.yml b/match/gifs/spunchbob.yml new file mode 100644 index 0000000..3de0f90 --- /dev/null +++ b/match/gifs/spunchbob.yml @@ -0,0 +1,9 @@ +matches: + - trigger: "air wyatts;;" + replace: "https://tenor.com/view/spongebob-meme-gif-24875680" + + - trigger: "chacha;;" + replace: "https://tenor.com/view/spunch-bob-cha-cha-among-us-gif-21834029" + + - trigger: "watch yo tone;;" + replace: "https://tenor.com/view/watch-your-tone-watch-your-tone-mf-spongebob-spunch-bop-spunch-bob-gif-24287324" \ No newline at end of file diff --git a/match/git.yml b/match/git.yml index bdee327..aae1c3c 100644 --- a/match/git.yml +++ b/match/git.yml @@ -1,12 +1,12 @@ matches: - - trigger: "gap;" + - trigger: "gap;;" label: "git add --patch" replace: "git add --patch\n" - - trigger: "gad;" + - trigger: "gad;;" label: "git add ." replace: "git add .\n" - - trigger: "gc;" + - trigger: "gc;;" label: "git commit" replace: "git commit\n" diff --git a/match/wyatts.yml b/match/wyatts.yml new file mode 100644 index 0000000..da073a3 --- /dev/null +++ b/match/wyatts.yml @@ -0,0 +1,3 @@ +matches: + - regex: "wyatt (?P.*) (?P.*);;" + replace: "aw hell naw {{person}} got the {{air}} wyatts" \ No newline at end of file