diff options
| author | 2026-02-27 01:24:57 +0000 | |
|---|---|---|
| committer | 2026-02-27 01:45:40 +0000 | |
| commit | ff18ee420e229a34b874a1a03ae302fdf60fe149 (patch) | |
| tree | 8cabc848ea796dc03fd2e616588f1a451aad2106 /modules/shun.cpp | |
| parent | Merge 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.cpp | 1 |
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>]" }; } |
