X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_chghost.cpp;h=5f56236826931a9e4a556314e727a6547a625319;hb=2b3394855d5adddb16285b905503d9ffe5a1d963;hp=ab762eabb81377f6f0aa080a342894fa2214828a;hpb=31e2d052252c4113ae9ea63844f60df7759a03be;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_chghost.cpp b/src/modules/m_chghost.cpp index ab762eabb..5f5623682 100644 --- a/src/modules/m_chghost.cpp +++ b/src/modules/m_chghost.cpp @@ -12,9 +12,6 @@ */ #include "inspircd.h" -#include "users.h" -#include "channels.h" -#include "modules.h" /* $ModDesc: Provides support for the CHGHOST command */ @@ -29,6 +26,7 @@ class cmd_chghost : public command_t { this->source = "m_chghost.so"; syntax = " "; + TRANSLATE3(TR_NICK, TR_TEXT, TR_END); } CmdResult Handle(const char** parameters, int pcnt, userrec *user)