]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Make wget syntax correct for executable includes example
[user/henk/code/inspircd.git] / include / users.h
index fdfa4606bc96d1dac04e14cf227ec347cf075c3d..5f066cdd4619235e7100daed8742741b2b0f3bb2 100644 (file)
@@ -708,9 +708,10 @@ class CoreExport User : public EventHandler
        User(InspIRCd* Instance, const std::string &uid = "");
 
        /** Check if the user matches a G or K line, and disconnect them if they do.
+        * @param doZline True if ZLines should be checked (if IP has changed since initial connect)
         * Returns true if the user matched a ban, false else.
         */
-       bool CheckLines();
+       bool CheckLines(bool doZline = false);
 
        /** Returns the full displayed host of the user
         * This member function returns the hostname of the user as seen by other users