summaryrefslogtreecommitdiff
path: root/src/modules/m_globops.cpp
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-06-13 18:41:10 +0200
committerattilamolnar <attilamolnar@hush.com>2013-06-13 18:41:10 +0200
commitc25a59d9036444872d831a126c6326f3d8be5e74 (patch)
treeee29e42bf59f5207890bb97fae37fd2d1ac6771b /src/modules/m_globops.cpp
parent05c816fcb2a8ca0ff97472f756aa28a04084de33 (diff)
Remove TR_END, remove TRANSLATEx() from commands that do not need it
Diffstat (limited to 'src/modules/m_globops.cpp')
-rw-r--r--src/modules/m_globops.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_globops.cpp b/src/modules/m_globops.cpp
index 53112e39e..8377a255e 100644
--- a/src/modules/m_globops.cpp
+++ b/src/modules/m_globops.cpp
@@ -33,7 +33,6 @@ class CommandGlobops : public Command
CommandGlobops(Module* Creator) : Command(Creator,"GLOBOPS", 1,1)
{
flags_needed = 'o'; syntax = "<any-text>";
- TRANSLATE2(TR_TEXT, TR_END);
}
CmdResult Handle (const std::vector<std::string> &parameters, User *user)