From da04e0622c37d3d1ec6c3313fb5a82cbf9901329 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Fri, 19 Aug 2016 11:21:19 +0200 Subject: m_spanningtree Put command handlers with class names that collide with core commands into the SpanningTree namespace This fixes issues in static builds --- src/modules/m_spanningtree/nick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_spanningtree/nick.cpp') diff --git a/src/modules/m_spanningtree/nick.cpp b/src/modules/m_spanningtree/nick.cpp index 1d853a2df..9e290e07f 100644 --- a/src/modules/m_spanningtree/nick.cpp +++ b/src/modules/m_spanningtree/nick.cpp @@ -30,7 +30,7 @@ #include "commands.h" #include "treeserver.h" -CmdResult CommandNick::HandleRemote(RemoteUser* user, std::vector& params) +CmdResult CommandNick::HandleRemote(::RemoteUser* user, std::vector& params) { if ((isdigit(params[0][0])) && (params[0] != user->uuid)) throw ProtocolException("Attempted to change nick to an invalid or non-matching UUID"); -- cgit v1.3.1-10-gc9f91