mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +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
|
|
@ -71,6 +71,7 @@ void core_init(void)
|
|||
nicklist_init();
|
||||
|
||||
chat_commands_init();
|
||||
settings_check();
|
||||
}
|
||||
|
||||
void core_deinit(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue