From e80b6270d25c6c796e98038cb3aa6aa25a7c6d85 Mon Sep 17 00:00:00 2001 From: DoctorBang <67933806+DoctorBang@users.noreply.github.com> Date: Wed, 9 Dec 2020 23:47:15 -0600 Subject: [PATCH 1/2] Remove the cancerous "nuzzles" --- replies.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/replies.go b/replies.go index 79e5a3b..4ec2e0c 100644 --- a/replies.go +++ b/replies.go @@ -173,6 +173,6 @@ var replies = []Reply{ }, { pattern: `good bot`, - message: "thank you *nuzzles*", + message: "thank you", }, } From 80848f5cbb5fff8a998454b0911b33eddc8e8b9e Mon Sep 17 00:00:00 2001 From: DoctorBang <67933806+DoctorBang@users.noreply.github.com> Date: Tue, 2 Mar 2021 00:05:51 -0600 Subject: [PATCH 2/2] Remove parentheses that I overlooked --- replies.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/replies.go b/replies.go index ade3233..263e697 100644 --- a/replies.go +++ b/replies.go @@ -158,9 +158,7 @@ var replies = []Reply{ pattern: `(modpack|\bftb\b|rlcraft|skyfactory|valhelsia|pixelmon|sevtech)`, message: "Impact is generally incompatible with modpacks and support will not be provided if you encounter bugs with them. It's likely your game will just crash on startup.", }, - { - }, { pattern: `((anti(-|\s*)(kb|knockback))|velocity)`, message: "**Velocity**, also known as **Anti-knockback**, is a module under \"Movement\" that prevents the player from taking knockback.",