diff options
Diffstat (limited to 'src/modules/m_alltime.cpp')
-rw-r--r-- | src/modules/m_alltime.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_alltime.cpp b/src/modules/m_alltime.cpp index 70773167b..37dbf38a0 100644 --- a/src/modules/m_alltime.cpp +++ b/src/modules/m_alltime.cpp @@ -22,6 +22,7 @@ class cmd_alltime : public command_t { this->source = "m_alltime.so"; syntax.clear(); + translation.push_back(TR_END); } CmdResult Handle(const char **parameters, int pcnt, userrec *user) |