diff options
| author | 2026-03-19 13:57:19 +0000 | |
|---|---|---|
| committer | 2026-03-19 13:57:19 +0000 | |
| commit | e3b731e3629265e20e8369e22913d75e7b4496c3 (patch) | |
| tree | c591398d41096d5f9cca11e53a3e24509a060a91 /modules/remove.cpp | |
| parent | Improve support for renaming modes. (diff) | |
Rename servprotect to protect.
Diffstat (limited to 'modules/remove.cpp')
| -rw-r--r-- | modules/remove.cpp | 2 |
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 }; |
