]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/main.cpp
Send UID prefix on module commands across links.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.cpp
index 5613251b08ddcb94f7d5dcf48fd45daea7064e1b..5c00a47c7c56cb731d5a23a5fc40a7659c4e4b57 100644 (file)
@@ -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);
        }
 }