summaryrefslogtreecommitdiff
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, 1 insertions, 0 deletions
diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp
index 4f0344846..730909d6c 100644
--- a/src/modules/m_sethost.cpp
+++ b/src/modules/m_sethost.cpp
@@ -26,6 +26,7 @@ class cmd_sethost : public command_t
{
this->source = "m_sethost.so";
syntax = "<new-hostname>";
+ TRANSLATE2(TR_TEXT, TR_END);
}
CmdResult Handle (const char** parameters, int pcnt, userrec *user)