summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2003-01-30 17:51:45 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2003-01-30 17:51:45 +0000
commit8f282762b0a90458a808e13c4a52196ebd14534a (patch)
tree89981f69dc27f216a2d3d22d9387af6732cfaa8a /include/users.h
parent80acf05785484ea822472b1c3ea678e82dfb5cfe (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/users.h')
-rw-r--r--include/users.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/include/users.h b/include/users.h
index 95805454e..1845b94c7 100644
--- a/include/users.h
+++ b/include/users.h
@@ -1,39 +1,5 @@
/*
-$Log$
-Revision 1.3 2003/01/27 00:22:53 brain
-Modified documentation
-Moved some classes below base class
-
-Revision 1.2 2003/01/26 23:52:59 brain
-Modified documentation for base classes
-Added base classes
-
-Revision 1.1.1.1 2003/01/23 19:45:58 brain
-InspIRCd second source tree
-
-Revision 1.9 2003/01/22 00:44:26 brain
-Added documentation comments
-
-Revision 1.8 2003/01/21 21:11:17 brain
-Added documentation
-
-Revision 1.7 2003/01/17 13:21:38 brain
-Added CONNECT ALLOW and CONNECT DENY config tags
-Added PASS command
-
-Revision 1.6 2003/01/17 10:37:55 brain
-Added /INVITE command and relevent structures
-
-Revision 1.5 2003/01/16 20:11:56 brain
-fixed some ugly pointer bugs (thanks dblack and a|KK|y!)
-
-Revision 1.4 2003/01/15 22:47:44 brain
-Changed user and channel structs to classes (finally)
-
-Revision 1.3 2003/01/14 21:14:30 brain
-added /ISON command (for mIRC etc basic notify)
-
*/