X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_spanningtree%2Fmain.h;h=937e908d3f34421b9331d6c5d11586675885b202;hb=551d687ec6d7ce44be35fae0dd7345fe73c4f63a;hp=fc59a3c7d398965a248da9b0a40e79eef63fb5be;hpb=debedfeb0abb398443fa33452f486c6cc80bb832;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_spanningtree/main.h b/src/modules/m_spanningtree/main.h index fc59a3c7d..937e908d3 100644 --- a/src/modules/m_spanningtree/main.h +++ b/src/modules/m_spanningtree/main.h @@ -24,7 +24,6 @@ #pragma once #include "inspircd.h" -#include /** If you make a change which breaks the protocol, increment this. * If you completely change the protocol, completely change the number. @@ -52,6 +51,7 @@ class Autoconnect; class ModuleSpanningTree : public Module { SpanningTreeCommands* commands; + void LocalMessage(User* user, void* dest, int target_type, const std::string &text, char status, const CUList &exempt_list, const char* message_type); public: SpanningTreeUtilities* Utils;