diff options
Diffstat (limited to 'src/modules/m_spanningtree')
-rw-r--r-- | src/modules/m_spanningtree/treesocket.h | 8 |
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> ¶ms); - /* 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> ¶ms); - /* end to be removed after 1.1.9 */ - /** SVSJOIN */ bool ServiceJoin(const std::string &prefix, std::deque<std::string> ¶ms); |