From 853f4d66cad6018f7c8230fc1ea0f54abe7acc8a Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 27 Aug 2007 15:35:14 +0000 Subject: Some useful defines for tidy definition of translation lists. See constructor of cmd_cban in m_cban.cpp git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7890 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_alltime.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/m_alltime.cpp') 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) -- cgit v1.2.3