aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shun.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-02-27 01:24:57 +0000
committerGravatar Sadie Powell2026-02-27 01:45:40 +0000
commitff18ee420e229a34b874a1a03ae302fdf60fe149 (patch)
tree8cabc848ea796dc03fd2e616588f1a451aad2106 /modules/shun.cpp
parentMerge branch 'insp4' into master. (diff)
Implement support for per-command maximum targets.
Closes #2157.
Diffstat (limited to 'modules/shun.cpp')
-rw-r--r--modules/shun.cpp1
1 files changed, 1 insertions, 0 deletions
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 = { "<nick!user@host>[,<nick!user@host>]+ [<duration> :<reason>]" };
}