diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-12 15:48:01 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-12 15:48:01 +0000 |
commit | 597ecea91e69f96869127ba1023c3d689c4c216c (patch) | |
tree | 42afd8d6edd8ea4106b244a42dc9ab8a15005bc8 /include | |
parent | 0898f10f75bcd8ecde21c73da90955f95dc30e50 (diff) |
Trunk fix for bug #505 reported by nenolod
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9468 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index b310e2129..4b16c09be 100644 --- a/include/users.h +++ b/include/users.h @@ -683,6 +683,10 @@ class CoreExport User : public connection */ User(InspIRCd* Instance, const std::string &uid = ""); + /** Check if the user matches a G or K line, and disconnect them if they do + */ + void CheckLines(); + /** Returns the full displayed host of the user * This member function returns the hostname of the user as seen by other users * on the server, in nick!ident&at;host form. |