diff options
| author | 2006-09-15 10:59:36 +0000 | |
|---|---|---|
| committer | 2006-09-15 10:59:36 +0000 | |
| commit | b45e7cfebbeaad4ecc3c55bc3060140f50f710d3 (patch) | |
| tree | f5d168a3abe2b52b3e32f344c07ddeedaed3c698 /src/modules/m_hostchange.cpp | |
| parent | Remove ExemptItem and InviteItem, these were never used (diff) | |
Annotations
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5254 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_hostchange.cpp')
| -rw-r--r-- | src/modules/m_hostchange.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_hostchange.cpp b/src/modules/m_hostchange.cpp index d270c74d4..4de6a8202 100644 --- a/src/modules/m_hostchange.cpp +++ b/src/modules/m_hostchange.cpp @@ -24,8 +24,8 @@ using namespace std; /* $ModDesc: Provides masking of user hostnames in a different way to m_cloaking */ - - +/** Holds information on a host set by m_hostchange + */ class Host : public classbase { public: |
