diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-30 17:51:45 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-30 17:51:45 +0000 |
commit | 8f282762b0a90458a808e13c4a52196ebd14534a (patch) | |
tree | 89981f69dc27f216a2d3d22d9387af6732cfaa8a /src/inspircd_io.cpp | |
parent | 80acf05785484ea822472b1c3ea678e82dfb5cfe (diff) |
Moved to Dev-C++ as an editor for project (more stable than gvim!)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@158 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd_io.cpp')
-rw-r--r-- | src/inspircd_io.cpp | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/inspircd_io.cpp b/src/inspircd_io.cpp index 474f48fe1..d561a9c38 100644 --- a/src/inspircd_io.cpp +++ b/src/inspircd_io.cpp @@ -12,36 +12,6 @@ * the file COPYING for details. * * --------------------------------------------------- - - $Log$ - Revision 1.1 2003/01/23 19:45:58 brain - Initial revision - - Revision 1.12 2003/01/22 20:49:16 brain - Added FileReader file-caching class - Changed m_randquote to use FileReader class - - Revision 1.11 2003/01/21 20:31:24 brain - Modified to add documentation - Added ConfigReader class for modules - - Revision 1.10 2003/01/16 20:11:55 brain - fixed some ugly pointer bugs (thanks dblack and a|KK|y!) - - Revision 1.9 2003/01/09 13:05:58 brain - - Fixed socket lingering problems (is BSD compatible) - - Revision 1.8 2003/01/07 19:57:56 brain - - Dynamix module support, preliminary release - - Revision 1.7 2003/01/06 23:38:29 brain - - just playing with header tags - - - * --------------------------------------------------- */ #include "inspircd.h" |