aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_sethost.cpp
diff options
context:
space:
mode:
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>" };
}