summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_spanningtree/treesocket.h')
-rw-r--r--src/modules/m_spanningtree/treesocket.h13
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 &params);
- /** 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 &params);
-
/** SAVE to resolve nick collisions without killing */
bool ForceNick(const std::string &prefix, parameterlist &params);
@@ -290,14 +285,6 @@ class TreeSocket : public BufferedSocket
*/
bool OperQuit(const std::string &prefix, parameterlist &params);
- /** SVSJOIN
- */
- bool ServiceJoin(const std::string &prefix, parameterlist &params);
-
- /** SVSPART
- */
- bool ServicePart(const std::string &prefix, parameterlist &params);
-
/** KILL
*/
bool RemoteKill(const std::string &prefix, parameterlist &params);