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/users.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/users.cpp')
-rw-r--r-- | src/users.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/users.cpp b/src/users.cpp index a6ced8231..b179fabdd 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1,20 +1,5 @@ /* -$Log$ -Revision 1.1 2003/01/23 19:45:58 brain -Initial revision - -Revision 1.3 2003/01/17 13:21:38 brain -Added CONNECT ALLOW and CONNECT DENY config tags -Added PASS command - -Revision 1.2 2003/01/17 10:37:55 brain -Added /INVITE command and relevent structures - -Revision 1.1 2003/01/16 01:10:04 brain -forgot to add this - - */ #include "inspircd_config.h" |