summaryrefslogtreecommitdiff
path: root/src/modules/m_chgident.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_chgident.cpp')
-rw-r--r--src/modules/m_chgident.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_chgident.cpp b/src/modules/m_chgident.cpp
index 50e1d466f..ee6f6e531 100644
--- a/src/modules/m_chgident.cpp
+++ b/src/modules/m_chgident.cpp
@@ -24,6 +24,7 @@ class cmd_chgident : public command_t
{
this->source = "m_chgident.so";
syntax = "<nick> <newident>";
+ TRANSLATE3(TR_NICK, TR_TEXT, TR_END);
}
CmdResult Handle(const char** parameters, int pcnt, userrec *user)