diff options
Diffstat (limited to 'src/modules/m_spanningtree/treesocket.h')
-rw-r--r-- | src/modules/m_spanningtree/treesocket.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/modules/m_spanningtree/treesocket.h b/src/modules/m_spanningtree/treesocket.h index c71799343..92fef1f2d 100644 --- a/src/modules/m_spanningtree/treesocket.h +++ b/src/modules/m_spanningtree/treesocket.h @@ -274,11 +274,6 @@ class TreeSocket : public BufferedSocket /** Remote AWAY */ bool Away(const std::string &prefix, parameterlist ¶ms); - /** Because Andy insists that services-compatible servers must - * implement SVSNICK and SVSJOIN, that's exactly what we do :p - */ - bool SVSNick(const std::string &prefix, parameterlist ¶ms); - /** SAVE to resolve nick collisions without killing */ bool ForceNick(const std::string &prefix, parameterlist ¶ms); @@ -290,14 +285,6 @@ class TreeSocket : public BufferedSocket */ bool OperQuit(const std::string &prefix, parameterlist ¶ms); - /** SVSJOIN - */ - bool ServiceJoin(const std::string &prefix, parameterlist ¶ms); - - /** SVSPART - */ - bool ServicePart(const std::string &prefix, parameterlist ¶ms); - /** KILL */ bool RemoteKill(const std::string &prefix, parameterlist ¶ms); |