diff --git a/gitea.yml b/gitea.yml new file mode 100644 index 0000000..fbe228e --- /dev/null +++ b/gitea.yml @@ -0,0 +1,15 @@ +# i love stealing +matches: + - regex: "grc(?P[a-zA-Z0-9_-]+)/(?P[a-zA-Z0-9_-]+);;" + label: Gitea Repo + replace: "https://git.ruthenic.com/{{name}}/{{repo}}" + + - trigger: "gitea;;" + label: Gitea Repo Form + replace: "https://git.ruthenic.com/{{form.name}}/{{form.repo}}" + vars: + - name: "form" + type: "form" + params: + layout: | + https://git.ruthenic.com/[[name]]/[[repo]] \ No newline at end of file diff --git a/match/gifs/bendy.yml b/match/gifs/bendy.yml index e69de29..be22d50 100644 --- a/match/gifs/bendy.yml +++ b/match/gifs/bendy.yml @@ -0,0 +1,3 @@ +matches: + - trigger: "watch yo tone;;" + replace: "https://tenor.com/view/bendy-and-the-ink-machine-slap-watch-yo-tone-beast-bendy-gif-26330127" \ No newline at end of file diff --git a/match/gifs/helluva.yml b/match/gifs/helluva.yml index e69de29..7edaf0c 100644 --- a/match/gifs/helluva.yml +++ b/match/gifs/helluva.yml @@ -0,0 +1,6 @@ +matches: + - trigger: "kys;;" + replace: "https://tenor.com/view/stolas-stolas-helluva-boss-kill-gif-26001794" + + - trigger: "salty;;" + replace: "https://tenor.com/view/helluva-boss-gif-19508665" \ No newline at end of file diff --git a/match/gifs/spunchbob.yml b/match/gifs/spunchbob.yml index 3de0f90..a80a9c0 100644 --- a/match/gifs/spunchbob.yml +++ b/match/gifs/spunchbob.yml @@ -5,5 +5,8 @@ matches: - 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 + - trigger: "sob;;" + replace: "https://tenor.com/view/spongebob-cry-crying-burst-into-tears-cry-and-run-gif-24530754" + + - trigger: "stfu;;" + replace: "https://tenor.com/view/stfu-spongebob-meme-patrick-gif-25152723" \ No newline at end of file diff --git a/match/wyatts.yml b/match/wyatts.yml index da073a3..65f5655 100644 --- a/match/wyatts.yml +++ b/match/wyatts.yml @@ -1,3 +1,3 @@ matches: - - regex: "wyatt (?P.*) (?P.*);;" + - regex: "wyatt (?P.*);(?P.*);;" replace: "aw hell naw {{person}} got the {{air}} wyatts" \ No newline at end of file