From ff18ee420e229a34b874a1a03ae302fdf60fe149 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 27 Feb 2026 01:24:57 +0000 Subject: Implement support for per-command maximum targets. Closes #2157. --- modules/shun.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/shun.cpp') diff --git a/modules/shun.cpp b/modules/shun.cpp index ec0ccae9d..875996083 100644 --- a/modules/shun.cpp +++ b/modules/shun.cpp @@ -62,6 +62,7 @@ public: CommandShun(Module* Creator) : Command(Creator, "SHUN", 1, 3) { + accepts_multiple_targets = true; access_needed = CmdAccess::OPERATOR; syntax = { "[,]+ [ :]" }; } -- cgit v1.3.1-10-gc9f91