From fee65af28e1db5cc431bda2dc643952b88461a74 Mon Sep 17 00:00:00 2001 From: special Date: Mon, 29 Sep 2008 08:13:49 +0000 Subject: Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and zlines on IPs affecting cgiirc users. Thanks to Saz|Laptop git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10607 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index fdfa4606b..5f066cdd4 100644 --- a/include/users.h +++ b/include/users.h @@ -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 -- cgit v1.2.3