diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-10 19:02:06 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-10 19:02:06 +0000 |
commit | ac39617c087139f2d89aeb9e36565139b4410672 (patch) | |
tree | 4784bebe031e02d1c774047e77425993254169f9 /src/modules/m_hostchange.cpp | |
parent | 62b550f653ca674bb84eaac77fcdbc4bfc84f135 (diff) |
Inherit just about everything from classbase
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4299 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_hostchange.cpp')
-rw-r--r-- | src/modules/m_hostchange.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_hostchange.cpp b/src/modules/m_hostchange.cpp index 1dc280266..de485b2c0 100644 --- a/src/modules/m_hostchange.cpp +++ b/src/modules/m_hostchange.cpp @@ -24,7 +24,7 @@ using namespace std; /* $ModDesc: Provides masking of user hostnames in a different way to m_cloaking */ -class Host +class Host : public classbase { public: std::string action; |