]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/precommand.cpp
Convert AWAY to use cross-module events and clean up slightly.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / precommand.cpp
index 4733d00714491ada271834fc9a098b659928d734..5db8aafe32a3f4a9f18a7e90469886ece8422fb5 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "main.h"
 
-ModResult ModuleSpanningTree::OnPreCommand(std::string &command, std::vector<std::string>& 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)