summaryrefslogtreecommitdiff
path: root/src/irc/notifylist/notifylist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/notifylist/notifylist.c')
-rw-r--r--src/irc/notifylist/notifylist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc/notifylist/notifylist.c b/src/irc/notifylist/notifylist.c
index 39806769..0e8155fd 100644
--- a/src/irc/notifylist/notifylist.c
+++ b/src/irc/notifylist/notifylist.c
@@ -21,6 +21,7 @@
#include "module.h"
#include "modules.h"
#include "signals.h"
+#include "settings.h"
#include "irc.h"
#include "irc-channels.h"
@@ -354,6 +355,7 @@ void irc_notifylist_init(void)
signal_add("channel wholist", (SIGNAL_FUNC) sig_channel_wholist);
signal_add("setup reread", (SIGNAL_FUNC) notifylist_read_config);
+ settings_check();
module_register("notifylist", "irc");
}