summaryrefslogtreecommitdiff
path: root/src/core/modules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/modules.cpp')
-rw-r--r--src/core/modules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/modules.cpp b/src/core/modules.cpp
index 0a2a77c012..3efee23a99 100644
--- a/src/core/modules.cpp
+++ b/src/core/modules.cpp
@@ -144,7 +144,7 @@ int LoadDefaultModules(void)
if ( LoadProtocolsModule()) return 1;
LoadDbAccounts(); // retrieves the account array from a database
if ( LoadContactsModule()) return 1;
- if ( LoadContactListModule()) return 1;
+ if ( LoadContactListModule()) return 1; // prepare contact list interface
if ( LoadAddContactModule()) return 1;
if ( LoadNewPluginsModule()) return 1; // will call Load(void) on everything, clist will load first