]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/main.h
Move all the parameters around AGAIN. See docs shortly
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.h
index 98294b9fda7babbd67c7f4fec51ef462123f7d23..861bf7e14f2eccfe86367ced062af86d25d25a75 100644 (file)
@@ -26,7 +26,7 @@
  * Failure to document your protocol changes will result in a painfully
  * painful death by pain. You have been warned.
  */
-const long ProtocolVersion = 1200;
+const long ProtocolVersion = 1201;
 
 /** Forward declarations
  */
@@ -78,7 +78,7 @@ class ModuleSpanningTree : public Module
 
        /** Show MAP output to a user (recursive)
         */
-       void ShowMap(TreeServer* Current, User* user, int depth, char matrix[128][128], float &totusers, float &totservers);
+       void ShowMap(TreeServer* Current, User* user, int depth, char matrix[250][250], float &totusers, float &totservers);
 
        /** Handle remote MOTD
         */