]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treesocket.h
m_spanningtree Add TreeSocket::WriteLineNoCompat() to send a line without doing any...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket.h
index bee8b30692b09d747e3790479121dff161947058..2a47da39bcdc05d8af6986ca2781fe63af181615 100644 (file)
@@ -148,6 +148,11 @@ class TreeSocket : public BufferedSocket
         */
        Link* AuthRemote(const parameterlist& params);
 
+       /** Write a line on this socket with a new line character appended, skipping all translation for old protocols
+        * @param line Line to write without a new line character at the end
+        */
+       void WriteLineNoCompat(const std::string& line);
+
  public:
        const time_t age;