]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/nick.cpp
Merge pull request #1337 from SaberUK/master+merge
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / nick.cpp
index 1d853a2dfe1c98332801886a4c86a9fbe80395ec..9e290e07f15448b1cba81233ea62985634032f01 100644 (file)
@@ -30,7 +30,7 @@
 #include "commands.h"
 #include "treeserver.h"
 
-CmdResult CommandNick::HandleRemote(RemoteUser* user, std::vector<std::string>& params)
+CmdResult CommandNick::HandleRemote(::RemoteUser* user, std::vector<std::string>& params)
 {
        if ((isdigit(params[0][0])) && (params[0] != user->uuid))
                throw ProtocolException("Attempted to change nick to an invalid or non-matching UUID");