]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/main.h
Document ModuleSpanningTree::RemoteMessage. Maybe useful for other stuff.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.h
index c184ef07663a24f9bf92269eaddc6370d608821b..dd4f70f0f5834a04bfd8b33f8ea6f889fa1daf45 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "inspircd.h"
 #include "modules.h"
+#include <stdarg.h>
 
 /** If you make a change which breaks the protocol, increment this.
  * If you  completely change the protocol, completely change the number.
@@ -141,6 +142,10 @@ class ModuleSpanningTree : public Module
         */
        void BroadcastTimeSync();
 
+       /** Attempt to send a message to a user
+        */
+       void RemoteMessage(userrec* user, const char* format, ...);
+
        /** Returns oper-specific MAP information
         */
        const std::string MapOperInfo(TreeServer* Current);