summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_spanningtree/treesocket.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/m_spanningtree/treesocket.h b/src/modules/m_spanningtree/treesocket.h
index 4c2e3be95..cbf3c0812 100644
--- a/src/modules/m_spanningtree/treesocket.h
+++ b/src/modules/m_spanningtree/treesocket.h
@@ -294,14 +294,6 @@ class TreeSocket : public InspSocket
bool OperQuit(const std::string &prefix, std::deque<std::string> &params);
- /* to be removed after 1.1.9 */
- /** Remote SQUIT (RSQUIT). Routing works similar to SVSNICK: Route it to the server that the target is connected to locally,
- * then let that server do the dirty work (squit it!). Example:
- * A -> B -> C -> D: oper on A squits D, A routes to B, B routes to C, C notices D connected locally, kills it. -- w00t
- */
- bool RemoteSquit(const std::string &prefix, std::deque<std::string> &params);
- /* end to be removed after 1.1.9 */
-
/** SVSJOIN
*/
bool ServiceJoin(const std::string &prefix, std::deque<std::string> &params);