diff options
| author | 2013-06-13 18:41:10 +0200 | |
|---|---|---|
| committer | 2013-06-13 18:41:10 +0200 | |
| commit | c25a59d9036444872d831a126c6326f3d8be5e74 (patch) | |
| tree | ee29e42bf59f5207890bb97fae37fd2d1ac6771b /src/modules/m_devoice.cpp | |
| parent | Rewrite CommandParser::TranslateUIDs() (diff) | |
Remove TR_END, remove TRANSLATEx() from commands that do not need it
Diffstat (limited to 'src/modules/m_devoice.cpp')
| -rw-r--r-- | src/modules/m_devoice.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_devoice.cpp b/src/modules/m_devoice.cpp index 889658d20..1d203c9fe 100644 --- a/src/modules/m_devoice.cpp +++ b/src/modules/m_devoice.cpp @@ -36,7 +36,6 @@ class CommandDevoice : public Command CommandDevoice(Module* Creator) : Command(Creator,"DEVOICE", 1) { syntax = "<channel>"; - TRANSLATE2(TR_TEXT, TR_END); } CmdResult Handle (const std::vector<std::string> ¶meters, User *user) |
