diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-27 15:35:14 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-27 15:35:14 +0000 |
commit | 853f4d66cad6018f7c8230fc1ea0f54abe7acc8a (patch) | |
tree | 3dda7ac295d0acd4dd5261a8a7fd7c11194dd2eb /src/modules/m_cban.cpp | |
parent | 036f62f864411dd5018ec718ec58a9c787cbbcfd (diff) |
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
Diffstat (limited to 'src/modules/m_cban.cpp')
-rw-r--r-- | src/modules/m_cban.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_cban.cpp b/src/modules/m_cban.cpp index abb4cd12a..7c88b03da 100644 --- a/src/modules/m_cban.cpp +++ b/src/modules/m_cban.cpp @@ -51,6 +51,7 @@ class cmd_cban : public command_t { this->source = "m_cban.so"; this->syntax = "<channel> [<duration> :<reason>]"; + TRANSLATE4(TR_TEXT,TR_TEXT,TR_TEXT,TR_END); } CmdResult Handle(const char** parameters, int pcnt, userrec *user) |