diff options
Diffstat (limited to 'src/modules/m_watch.cpp')
-rw-r--r-- | src/modules/m_watch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index 9b68b976f..12dda102b 100644 --- a/src/modules/m_watch.cpp +++ b/src/modules/m_watch.cpp @@ -196,6 +196,7 @@ class cmd_watch : public command_t { this->source = "m_watch.so"; syntax = "[C|L|S]|[+|-<nick>]"; + TRANSLATE2(TR_TEXT, TR_END); /* we watch for a nick. not a UID. */ } CmdResult Handle (const char** parameters, int pcnt, userrec *user) |