diff options
Diffstat (limited to 'src/modules/m_clearchan.cpp')
| -rw-r--r-- | src/modules/m_clearchan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_clearchan.cpp b/src/modules/m_clearchan.cpp index c40b5116d..6fad233b8 100644 --- a/src/modules/m_clearchan.cpp +++ b/src/modules/m_clearchan.cpp @@ -31,7 +31,7 @@ class CommandClearChan : public Command : Command(Creator, "CLEARCHAN", 1, 3) { syntax = { "<channel> [KILL|KICK|G|Z] [:<reason>]" }; - flags_needed = 'o'; + access_needed = CmdAccess::OPERATOR; // Stop the linking mod from forwarding ENCAP'd CLEARCHAN commands, see below why force_manual_route = true; |
