aboutsummaryrefslogtreecommitdiffstats
path: root/modules/remove.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-19 13:57:19 +0000
committerGravatar Sadie Powell2026-03-19 13:57:19 +0000
commite3b731e3629265e20e8369e22913d75e7b4496c3 (patch)
treec591398d41096d5f9cca11e53a3e24509a060a91 /modules/remove.cpp
parentImprove support for renaming modes. (diff)
Rename servprotect to protect.
Diffstat (limited to 'modules/remove.cpp')
-rw-r--r--modules/remove.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remove.cpp b/modules/remove.cpp
index 65e586f0d..a5d10a664 100644
--- a/modules/remove.cpp
+++ b/modules/remove.cpp
@@ -45,7 +45,7 @@ public:
CommandRemove(Module* Creator)
: Command(Creator, "REMOVE", 2, 3)
, nokicksmode(Creator, "nokick")
- , servprotectmode(Creator, "servprotect")
+ , servprotectmode(Creator, "protect")
{
syntax = { "<channel> <nick> [:<reason>]" };
translation = { TranslateType::TEXT, TranslateType::NICK, TranslateType::TEXT };