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 /include/globals.h | |
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 'include/globals.h')
-rw-r--r-- | include/globals.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/globals.h b/include/globals.h index 93d5a448c..a640dfe9b 100644 --- a/include/globals.h +++ b/include/globals.h @@ -1,20 +1,5 @@ /* -$Log$ -Revision 1.1 2003/01/23 19:45:58 brain -Initial revision - -Revision 1.5 2003/01/22 20:49:16 brain -Added FileReader file-caching class -Changed m_randquote to use FileReader class - -Revision 1.4 2003/01/15 22:47:44 brain -Changed user and channel structs to classes (finally) - -Revision 1.3 2003/01/13 22:30:50 brain -Added Admin class (holds /admin info for modules) -Added methods to Server class - */ |