summaryrefslogtreecommitdiff
path: root/src/modules/plugins/newplugins.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/plugins/newplugins.cpp')
-rw-r--r--src/modules/plugins/newplugins.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/modules/plugins/newplugins.cpp b/src/modules/plugins/newplugins.cpp
index 16606ff990..04ac293b97 100644
--- a/src/modules/plugins/newplugins.cpp
+++ b/src/modules/plugins/newplugins.cpp
@@ -56,12 +56,11 @@ MuuidReplacement pluginDefault[] =
{ MIID_IDLE, _T("stdidle"), NULL }, // 7
{ MIID_AUTOAWAY, _T("stdautoaway"), NULL }, // 8
{ MIID_USERONLINE, _T("stduseronline"), NULL }, // 9
- { MIID_UPDATENOTIFY, _T("stdupdate"), NULL }, // 10
- { MIID_CLIST, NULL, NULL }, // 11
- { MIID_CHAT, NULL, NULL }, // 12
- { MIID_SRMM, NULL, NULL }, // 13
- { MIID_DATABASE, NULL, NULL }, // 14
+ { MIID_CLIST, NULL, NULL }, // 10
+ { MIID_CHAT, NULL, NULL }, // 11
+ { MIID_SRMM, NULL, NULL }, // 12
+ { MIID_DATABASE, NULL, NULL }, // 13
};
static BOOL bModuleInitialized = FALSE;