Skip to content

Commit

Permalink
edit mute function
Browse files Browse the repository at this point in the history
  • Loading branch information
quackduck committed Dec 14, 2023
1 parent 85bf197 commit 2343531
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2343531

Please sign in to comment.