mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +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
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue