aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
-rw-r--r--src/modules/m_spanningtree/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp
index 466cd8b93..2dfd52695 100644
--- a/src/modules/m_spanningtree/main.cpp
+++ b/src/modules/m_spanningtree/main.cpp
@@ -768,7 +768,7 @@ restart:
}
}
-void ModuleSpanningTree::OnOper(User* user, const std::string &opertype)
+void ModuleSpanningTree::OnOper(User* user)
{
if (user->registered != REG_ALL || !IS_LOCAL(user))
return;