diff options
| author | 2004-04-05 11:00:20 +0000 | |
|---|---|---|
| committer | 2004-04-05 11:00:20 +0000 | |
| commit | 052dde3aead635863aaefbdafeae5daa6d8eecf8 (patch) | |
| tree | bdebefbab0d21788c3013d08f7b07acbf23ed5c5 /include | |
| parent | Fix for bug ID #6 (excessively long commands) (diff) | |
Fix for bug ID #5 (PING, PONG And other matters)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@386 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -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 8a71bf67e..d20de55a3 100644 --- a/include/users.h +++ b/include/users.h @@ -113,6 +113,8 @@ class userrec : public connection */ char result[256]; + unsigned long timeout; + userrec(); virtual ~userrec() { } |
