]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/misccommands.cpp
Remove the 'debug' snotice character.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / misccommands.cpp
index 00f31d668d13ef10042b25dd6c7c6ad6ed2c5759..8fc1b178f4134a738ff8f96ec7bd43ff9c71b3d2 100644 (file)
 #include "commands.h"
 #include "treeserver.h"
 
-CmdResult CommandSNONotice::Handle(User* user, std::vector<std::string>& params)
+CmdResult CommandSNONotice::Handle(User* user, Params& params)
 {
        ServerInstance->SNO->WriteToSnoMask(params[0][0], "From " + user->nick + ": " + params[1]);
        return CMD_SUCCESS;
 }
 
-CmdResult CommandEndBurst::HandleServer(TreeServer* server, std::vector<std::string>& params)
+CmdResult CommandEndBurst::HandleServer(TreeServer* server, Params& params)
 {
        server->FinishBurst();
        return CMD_SUCCESS;