diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-11 14:27:26 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-11 14:27:26 +0000 |
commit | d75ec0e5a59c32069b15e6ecf91d71ed62c21442 (patch) | |
tree | 543edee8012a9cd49cde5a9555101607aa588f7d /include/users.h | |
parent | e20a0915892b965b345db80d25fed25b8ef3a52f (diff) |
Patch from Brain fixing broken stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9456 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/users.h b/include/users.h index f91e8b152..b310e2129 100644 --- a/include/users.h +++ b/include/users.h @@ -663,10 +663,6 @@ class CoreExport User : public connection */ bool exempt; - /** True if the user is a 4in6 ip (0::ffff:1.2.3.4) and requires special translation in GetIPString() - */ - bool is4in6; - /** This value contains how far into the penalty threshold the user is. Once its over * the penalty threshold then commands are held and processed on-timer. */ |