aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_swhois.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-12-26 00:40:53 +0000
committerGravatar Sadie Powell2021-12-26 00:40:53 +0000
commit9fafbf633b46876401ea6c557898e464a949c3ce (patch)
tree4fe624cb81dda54e9ea2ca42e4212828cf7ab4aa /src/modules/m_swhois.cpp
parentConvert the geoclass module to use generic stats instead of its own numeric. (diff)
Make all extensibles use kebab-case for names where possible.
Diffstat (limited to 'src/modules/m_swhois.cpp')
-rw-r--r--src/modules/m_swhois.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_swhois.cpp b/src/modules/m_swhois.cpp
index f0f87f6c2..e49ac63c7 100644
--- a/src/modules/m_swhois.cpp
+++ b/src/modules/m_swhois.cpp
@@ -35,7 +35,7 @@ class CommandSwhois final
StringExtItem swhois;
CommandSwhois(Module* Creator)
: Command(Creator, "SWHOIS", 2, 2)
- , operblock(Creator, "swhois_operblock", ExtensionType::USER)
+ , operblock(Creator, "swhois-operblock", ExtensionType::USER)
, swhois(Creator, "swhois", ExtensionType::USER, true)
{
access_needed = CmdAccess::OPERATOR;