From 2e685b6f19a091640e165613fd9e6acb8fb11fad Mon Sep 17 00:00:00 2001 From: prozacx Date: Tue, 26 Apr 2005 07:14:26 +0000 Subject: [PATCH] Added IsValid() git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@189 726aef4b-f618-498e-8847-2d620e286838 --- User.h | 1 + 1 file changed, 1 insertion(+) diff --git a/User.h b/User.h index 927b325e..c1070081 100644 --- a/User.h +++ b/User.h @@ -33,6 +33,7 @@ public: bool CheckPass(const string& sPass); bool AddAllowedHost(const string& sHostMask); bool IsHostAllowed(const string& sHostMask); + bool IsValid(string& sErrMsg); #ifdef _MODULES // Modules