diff options
| author | 2016-08-19 11:21:19 +0200 | |
|---|---|---|
| committer | 2016-08-19 11:21:19 +0200 | |
| commit | da04e0622c37d3d1ec6c3313fb5a82cbf9901329 (patch) | |
| tree | 63df2e234747c853d535f488637ff3f387c47c5f /src/modules/m_spanningtree/nick.cpp | |
| parent | m_monitor Add inline keyword to IRCv3::Monitor::Manager::ExtItem::unserialize... (diff) | |
m_spanningtree Put command handlers with class names that collide with core commands into the SpanningTree namespace
This fixes issues in static builds
Diffstat (limited to 'src/modules/m_spanningtree/nick.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/nick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<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"); |
