From 02b8498fdb1d06aa8b6f136e2914000d05f29dc2 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 15 Feb 2010 06:41:36 +0300 Subject: added option for block auth requests with URL (may not work) --- init.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.cpp') diff --git a/init.cpp b/init.cpp index ab1bf4f..a1e8499 100644 --- a/init.cpp +++ b/init.cpp @@ -17,6 +17,7 @@ BOOL gbDelExcluded = 0; BOOL gbDosServiceIntegration = 0; BOOL gbCaseInsensitive = 0; BOOL gbInvisDisable = 0; +BOOL gbIgnoreURL = 1; //BOOL gbDelNotInList = 0; tstring gbSpammersGroup = _T("Spammers"); tstring gbQuestion; @@ -142,6 +143,7 @@ void InitVars() gbDelExcluded = DBGetContactSettingByte(NULL, pluginName, "DelExcluded", 0); gbCaseInsensitive = DBGetContactSettingByte(NULL, pluginName, "CaseInsensitive", 0); gbInvisDisable = DBGetContactSettingByte(NULL, pluginName, "DisableInInvis", 0); + gbIgnoreURL = DBGetContactSettingByte(NULL, pluginName, "IgnoreURL", 0); // gbDelNotInList = DBGetContactSettingByte(NULL, pluginName, "DelNotInList", 0); } -- cgit v1.2.3