mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Settings are now stored in module-specific blocks. Irssi complains
about all unknown settings that are found inside those blocks. Left backwards compatibility kludge which should be removed in 0.7.98. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1004 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
78b3fb8d4a
commit
aac80846b8
9 changed files with 196 additions and 48 deletions
|
|
@ -128,6 +128,8 @@ void fe_common_core_init(void)
|
|||
|
||||
fe_messages_init();
|
||||
fe_ignore_messages_init();
|
||||
|
||||
settings_check();
|
||||
}
|
||||
|
||||
void fe_common_core_deinit(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue