From 42cf1a67c029ca9aadc6dede14876f404cd08a2d Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Fri, 15 Oct 2021 10:59:45 +0800 Subject: [PATCH] update --- core/test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/test.go b/core/test.go index 2e43f53..a1313a5 100644 --- a/core/test.go +++ b/core/test.go @@ -338,7 +338,9 @@ Alias=sillyGirl.service` if strings.Contains(data, "你赢") { stop = true win = true - defer s.Reply("反正不是你赢,嘿嘿。") + if !me { + defer s.Reply("反正不是你赢,嘿嘿。") + } } else if strings.Contains(data, "我赢") { stop = true win = false