summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/connection.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/connection.h b/include/connection.h
index 614a3146d..74c5fe7b4 100644
--- a/include/connection.h
+++ b/include/connection.h
@@ -82,7 +82,9 @@ class ircd_connector : public Extensible
public:
- /** IRCD Buffer for input characters, holds one line
+ /** IRCD Buffer for input characters, holds as many lines as are
+ * pending - Note that the final line may not be complete and should
+ * only be read when there is a \n seperator.
*/
std::string ircdbuffer;