X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_spanningtree%2Fprecommand.cpp;h=5db8aafe32a3f4a9f18a7e90469886ece8422fb5;hb=b4599531f97a9e6207b6bb8d728d7523b6995523;hp=29b6ae64296380fc06177cc7d2cfff91acab0c2e;hpb=0cec1856ccd0cfbf7bd5d6f82be1d02f9bdeed4e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_spanningtree/precommand.cpp b/src/modules/m_spanningtree/precommand.cpp index 29b6ae642..5db8aafe3 100644 --- a/src/modules/m_spanningtree/precommand.cpp +++ b/src/modules/m_spanningtree/precommand.cpp @@ -22,7 +22,7 @@ #include "main.h" -ModResult ModuleSpanningTree::OnPreCommand(std::string &command, std::vector& parameters, LocalUser *user, bool validated, const std::string &original_line) +ModResult ModuleSpanningTree::OnPreCommand(std::string &command, CommandBase::Params& parameters, LocalUser *user, bool validated) { /* If the command doesnt appear to be valid, we dont want to mess with it. */ if (!validated) @@ -55,4 +55,3 @@ ModResult ModuleSpanningTree::OnPreCommand(std::string &command, std::vector