diff options
Diffstat (limited to 'src/modules/m_spanningtree/treesocket.h')
-rw-r--r-- | src/modules/m_spanningtree/treesocket.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree/treesocket.h b/src/modules/m_spanningtree/treesocket.h index 2e490ed77..e3c59e4b6 100644 --- a/src/modules/m_spanningtree/treesocket.h +++ b/src/modules/m_spanningtree/treesocket.h @@ -292,6 +292,12 @@ class TreeSocket : public BufferedSocket */ bool ForceNick(const std::string &prefix, std::deque<std::string> ¶ms); + /** ENCAP command + */ + bool Encap(const std::string &prefix, std::deque<std::string> ¶ms); + + /** OPERQUIT command + */ bool OperQuit(const std::string &prefix, std::deque<std::string> ¶ms); /** SVSJOIN |