diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-08 15:45:03 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-08 15:45:03 +0000 |
commit | 64f837e0d3fb6f9d495e5a9e2930a9d76dc3748c (patch) | |
tree | d5b350b3c5e71b0ada68cd97c83d8d8f45bcf5cd /include/users.h | |
parent | a14617e12c1dbd0b7e1a176779b0a4f04aa96fb2 (diff) |
Tons of buffering fixes and optimisations for user connections
Fixes to command handler and input parser
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@454 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index d20de55a3..dbb237c5f 100644 --- a/include/users.h +++ b/include/users.h @@ -113,6 +113,8 @@ class userrec : public connection */ char result[256]; + char carryover[MAXBUF]; + unsigned long timeout; userrec(); |