]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/protocolinterface.h
Add call to protocol interface to get useful info on the server map. Return a std...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / protocolinterface.h
index 60f961a22bad7e69b4a92fd173ef2703bceb15e6..b43e88c67f19c5e5aaf49906068e9247ada7263d 100644 (file)
@@ -4,7 +4,6 @@
 class SpanningTreeUtilities;
 class ModuleSpanningTree;
 
-
 class SpanningTreeProtocolInterface : public ProtocolInterface
 {
        SpanningTreeUtilities* Utils;
@@ -25,6 +24,8 @@ class SpanningTreeProtocolInterface : public ProtocolInterface
        virtual void SendChannelNotice(Channel* target, char status, const std::string &text);
        virtual void SendUserPrivmsg(User* target, const std::string &text);
        virtual void SendUserNotice(User* target, const std::string &text);
+       virtual void GetServerList(ProtoServerList &sl);
 };
 
 #endif
+