X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_spanningtree%2Fsinfo.cpp;h=825429f2f6db30ef00cf2017debeb819b10cabc6;hb=a9e8e1f03ace24e9dcb50299f8e66c5fd6b42850;hp=7f175bafb47d856750a3a49560202ca3583143ae;hpb=124c17e14134a4999afc1a5e981ab7c75b3694b9;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_spanningtree/sinfo.cpp b/src/modules/m_spanningtree/sinfo.cpp index 7f175bafb..825429f2f 100644 --- a/src/modules/m_spanningtree/sinfo.cpp +++ b/src/modules/m_spanningtree/sinfo.cpp @@ -21,7 +21,7 @@ #include "treeserver.h" #include "commands.h" -CmdResult CommandSInfo::HandleServer(TreeServer* server, std::vector& params) +CmdResult CommandSInfo::HandleServer(TreeServer* server, CommandBase::Params& params) { const std::string& key = params.front(); const std::string& value = params.back(); @@ -49,7 +49,7 @@ CmdResult CommandSInfo::HandleServer(TreeServer* server, std::vectorGetID(), "SINFO") + : CmdBuilder(server, "SINFO") { push(key).push_last(val); }