From c25a59d9036444872d831a126c6326f3d8be5e74 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Thu, 13 Jun 2013 18:41:10 +0200 Subject: Remove TR_END, remove TRANSLATEx() from commands that do not need it --- src/modules/m_cycle.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules/m_cycle.cpp') diff --git a/src/modules/m_cycle.cpp b/src/modules/m_cycle.cpp index 66d124eb8..68b7399a1 100644 --- a/src/modules/m_cycle.cpp +++ b/src/modules/m_cycle.cpp @@ -31,7 +31,6 @@ class CommandCycle : public SplitCommand : SplitCommand(Creator, "CYCLE", 1) { Penalty = 3; syntax = " :[reason]"; - TRANSLATE3(TR_TEXT, TR_TEXT, TR_END); } CmdResult HandleLocal(const std::vector ¶meters, LocalUser* user) -- cgit v1.2.3