From 2b3394855d5adddb16285b905503d9ffe5a1d963 Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 27 Aug 2007 16:05:59 +0000 Subject: Add a metric assload of TRANSLATE macros to modules. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7892 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_chghost.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/m_chghost.cpp') diff --git a/src/modules/m_chghost.cpp b/src/modules/m_chghost.cpp index a30e70099..5f5623682 100644 --- a/src/modules/m_chghost.cpp +++ b/src/modules/m_chghost.cpp @@ -26,6 +26,7 @@ class cmd_chghost : public command_t { this->source = "m_chghost.so"; syntax = " "; + TRANSLATE3(TR_NICK, TR_TEXT, TR_END); } CmdResult Handle(const char** parameters, int pcnt, userrec *user) -- cgit v1.2.3