diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-12 09:43:58 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-12 09:43:58 +0000 |
commit | c5d8d3e3c6b7a5cb44572d9a9b6e5249d74cb1f7 (patch) | |
tree | 8c5858ae70914f77407ab5fcc8c90af965556b92 /include/users.h | |
parent | 0a45c56f10efb2af30835652b75317f2969a0b06 (diff) |
Fix for #564
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9961 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/users.h b/include/users.h index 3edb9a99e..293465254 100644 --- a/include/users.h +++ b/include/users.h @@ -698,9 +698,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 + /** Check if the user matches a G or K line, and disconnect them if they do. + * Returns true if the user matched a ban, false else. */ - void CheckLines(); + bool CheckLines(); /** Returns the full displayed host of the user * This member function returns the hostname of the user as seen by other users |