diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-11 10:40:48 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-11 10:40:48 +0000 |
commit | fe66a14a06c5542a8b127e2f1e0a51e4dc2946dc (patch) | |
tree | 9ae4b18dbe9ef384f1edd78446980b0086ea6098 /include/inspircd.h | |
parent | a5833e654dd99fc2513b17100f0f06d50e75b4a9 (diff) |
Move ReadBuffer into InspIRCd class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4877 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 6efe1757d..7808ad4e6 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -112,6 +112,8 @@ class InspIRCd : public classbase time_t TIME; time_t OLDTIME; + char ReadBuffer[65535]; + public: time_t startup_time; ModeParser* ModeGrok; |