X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_spanningtree%2Fmain.cpp;h=5c00a47c7c56cb731d5a23a5fc40a7659c4e4b57;hb=a2456eeec150d3907a1d9b3e7da4f177c3e1b5d3;hp=5613251b08ddcb94f7d5dcf48fd45daea7064e1b;hpb=dc62c529ff4a3e9e876857d3eb357d2a5fa313aa;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index 5613251b0..5c00a47c7 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -821,7 +821,7 @@ void ModuleSpanningTree::OnPostCommand(const std::string &command, const char** params.push_back(std::string(parameters[j])); } } - Utils->DoOneToMany(user->nick,command,params); + Utils->DoOneToMany(user->uuid, command, params); } }