mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
0.8.8 with a few backwards compatibility fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3187 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
02c9503263
commit
2d4a7d3595
9 changed files with 15 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue