diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-28 13:09:38 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-28 13:09:38 +0000 |
commit | c59cdd8ba8650b8334fb1889d5d9377e60a25bf6 (patch) | |
tree | 2f3da58b0fcdc54c25b42b7700e36c6cb3af187a /include/connection.h | |
parent | c0fd2894d2de4c3fd0c9e160860f24f290bb52d9 (diff) |
Changed some comments
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1237 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/connection.h')
-rw-r--r-- | include/connection.h | 4 |
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; |