diff options
-rw-r--r-- | nohtml/nohtml.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nohtml/nohtml.cpp b/nohtml/nohtml.cpp index 8cf58c6..f684a7f 100644 --- a/nohtml/nohtml.cpp +++ b/nohtml/nohtml.cpp @@ -88,6 +88,7 @@ extern "C" __declspec (dllexport) int Load(PLUGINLINK *link) { /////////////
////// init filter
RegisterFilter();
+ CreateFilterServices();
AddFilterToContacts();
// hook modules loaded
|