Skip to content

Commit 92d28d2

Browse files
committed
feat(duckhunt): add duckmerge permission for more granular grants
1 parent 0c00df6 commit 92d28d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/duckhunt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ def hunt_opt_out(text, chan, db, conn):
736736
return None
737737

738738

739-
@hook.command("duckmerge", permissions=["botcontrol"])
739+
@hook.command("duckmerge", permissions=["botcontrol", "duckmerge"])
740740
def duck_merge(text, conn, db, message):
741741
"""<user1> <user2> - Moves the duck scores from one nick to another nick. Accepts two nicks as input the first will
742742
have their duck scores removed the second will have the first score added. Warning this cannot be undone.

0 commit comments

Comments
 (0)