diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-13 15:27:04 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-13 15:27:04 +0000 |
commit | fd4dbfca434adf436c8337b7ae2ad9607b065eae (patch) | |
tree | 209afffeba687c05ec90234fb7c0b1c10327e398 /src/modules/m_cloaking.cpp | |
parent | da983dcea72b9089d49d8f11726a418606d1ec5f (diff) |
Update documentation for cloaking
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11869 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_cloaking.cpp')
-rw-r--r-- | src/modules/m_cloaking.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_cloaking.cpp b/src/modules/m_cloaking.cpp index 3e22ff73e..2dfc449ae 100644 --- a/src/modules/m_cloaking.cpp +++ b/src/modules/m_cloaking.cpp @@ -476,7 +476,7 @@ class ModuleCloaking : public Module } case MODE_OPAQUE: default: - chost = SegmentIP(dest->client_sa); + chost = prefix + SegmentIP(dest->client_sa); } cu.ext.set(dest,chost); } |