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:
Timo Sirainen 2003-11-23 14:25:34 +00:00 committed by cras
commit 2d4a7d3595
9 changed files with 15 additions and 1 deletions

View file

@ -23,6 +23,7 @@
#include "commands.h"
#include "network.h"
#include "levels.h"
#include "settings.h"
#include "dcc-chat.h"
#include "dcc-file.h"
@ -169,6 +170,7 @@ void fe_irc_dcc_init(void)
command_bind("dcc list", NULL, (SIGNAL_FUNC) cmd_dcc_list);
theme_register(fecommon_irc_dcc_formats);
settings_check();
module_register("dcc", "fe-irc");
}