diff options
author | Ben Harris <ben@tilde.team> | 2019-06-07 09:32:48 -0400 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-06-07 14:36:33 +0100 |
commit | ca161e8637384af9ba7e437c1e45611560517fdf (patch) | |
tree | 25553eb98b20b93f097182288bf3a5876e619cd7 /src/modules/m_spanningtree/commands.h | |
parent | 43e31bba5429849fdebeddc65f7e6f267211181f (diff) |
CoreExport for CommandSave. fixes #1635
Diffstat (limited to 'src/modules/m_spanningtree/commands.h')
-rw-r--r-- | src/modules/m_spanningtree/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/commands.h b/src/modules/m_spanningtree/commands.h index 434528e46..a57dcdfb6 100644 --- a/src/modules/m_spanningtree/commands.h +++ b/src/modules/m_spanningtree/commands.h @@ -320,7 +320,7 @@ class SpanningTree::CommandPong : public ServerOnlyServerCommand<SpanningTree::C RouteDescriptor GetRouting(User* user, const Params& parameters) CXX11_OVERRIDE { return ROUTE_UNICAST(parameters[0]); } }; -class CommandSave : public ServerCommand +class CoreExport CommandSave : public ServerCommand { public: /** Timestamp of the uuid nick of all users who collided and got their nick changed to uuid |