]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fixes
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 13 Feb 2006 22:08:08 +0000 (22:08 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 13 Feb 2006 22:08:08 +0000 (22:08 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3193 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_spanningtree.cpp

index 88540992303f546f93eb8aff3c0c4c86df4b6831..2336f3deab0aa524f80c9a8407796eecf19aef9f 100644 (file)
@@ -2813,12 +2813,12 @@ class ModuleSpanningTree : public Module
                                {
                                        if (*user->oper)
                                        {
-                                               ShowMap(Current->GetChild(q),user,(FlatLinks && (!*user->oper)) ? depth : depth+2,matrix);
+                                               ShowMap(Current->GetChild(q),user,(FlatLinks && (!*user->oper)) ? depth : depth+2,matrix,totusers,totservers);
                                        }
                                }
                                else
                                {
-                                       ShowMap(Current->GetChild(q),user,(FlatLinks && (!*user->oper)) ? depth : depth+2,matrix);
+                                       ShowMap(Current->GetChild(q),user,(FlatLinks && (!*user->oper)) ? depth : depth+2,matrix,totusers,totservers);
                                }
                        }
                }