summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-05 11:47:43 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-05 11:47:43 +0000
commit9c96921f009bafcfb8ca5492fa2e6467c0063547 (patch)
treef349e7643f896609fdcf89981e3fddb5d3474d81 /include/users.h
parent17ba341f7160c78e82ca6d71639d27ab0fa58b85 (diff)
Move opertypes/operclasses maps into ServerConfig, for some reason these were global to users.cpp and not accessible to any other file.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5419 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/users.h b/include/users.h
index a682554f1..1dc0aa43e 100644
--- a/include/users.h
+++ b/include/users.h
@@ -65,8 +65,6 @@ class Invited : public classbase
irc::string channel;
};
-
-
class InspIRCd;
/** Derived from Resolver, and performs user forward/reverse lookups.