From 23435317f259485f32e266c74e04a6065c1deee2 Mon Sep 17 00:00:00 2001 From: Ishan Goel Date: Wed, 13 Dec 2023 23:17:25 -0500 Subject: [PATCH] edit mute function --- commands.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands.go b/commands.go index 49175ed8..ec2b40f2 100644 --- a/commands.go +++ b/commands.go @@ -135,6 +135,9 @@ func runCommands(line string, u *User) { case "shrug": shrugCMD(strings.TrimSpace(strings.TrimPrefix(line, "shrug")), u) return + case "mute": + muteCMD(strings.TrimSpace(strings.TrimPrefix(line, "mute")), u) + return } if u.isBridge {