aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_sethost.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-09-07 21:09:09 +0100
committerGravatar Sadie Powell2022-09-07 22:36:02 +0100
commitde2392833ec17a9deb865fdac0af73275fd960ff (patch)
tree4f552c9633725bd1bd57367286652b9d2881279e /src/modules/m_sethost.cpp
parentFix more warnings discovered with -Weverything. (diff)
Default allow_empty_last_param to false.
Diffstat (limited to 'src/modules/m_sethost.cpp')
-rw-r--r--src/modules/m_sethost.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp
index e678cb3a3..dac4fdae7 100644
--- a/src/modules/m_sethost.cpp
+++ b/src/modules/m_sethost.cpp
@@ -34,7 +34,6 @@ public:
CommandSethost(Module* Creator)
: Command(Creator,"SETHOST", 1)
{
- allow_empty_last_param = false;
access_needed = CmdAccess::OPERATOR;
syntax = { "<host>" };
}