summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-28 13:09:38 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-28 13:09:38 +0000
commitc59cdd8ba8650b8334fb1889d5d9377e60a25bf6 (patch)
tree2f3da58b0fcdc54c25b42b7700e36c6cb3af187a /include
parentc0fd2894d2de4c3fd0c9e160860f24f290bb52d9 (diff)
Changed some comments
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1237 e03df62e-2008-0410-955e-edbf42e46eb7
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;