summaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp2
1 files changed, 2 insertions, 0 deletions
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);
}