X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_trace.h;h=8fe3b166a4149c0b758a4f62c569efbde64d6666;hb=5b8d2c4cabec5e6bb7aaf359e6cf6af9635c8dab;hp=50669498adbbca6e21deb0fb8c7db460407ff920;hpb=0757a4a495daabf661ac3b7ab79f0a5ee423abe8;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_trace.h b/include/commands/cmd_trace.h index 50669498a..8fe3b166a 100644 --- a/include/commands/cmd_trace.h +++ b/include/commands/cmd_trace.h @@ -19,19 +19,13 @@ // include the common header files -#include -#include -#include -#include -#include -#include #include "users.h" #include "channels.h" class cmd_trace : public command_t { public: - cmd_trace () : command_t("TRACE",'o',0) { } + cmd_trace (InspIRCd* Instance) : command_t(Instance,"TRACE",'o',0) { syntax = "[]"; } void Handle(const char** parameters, int pcnt, userrec *user); };