mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
autoload modules from default setting
This commit is contained in:
parent
628ca79e6a
commit
d20d2753da
4 changed files with 36 additions and 1 deletions
|
|
@ -269,6 +269,7 @@ void core_init(void)
|
|||
settings_add_str("misc", "ignore_signals", "");
|
||||
settings_add_bool("misc", "override_coredump_limit", FALSE);
|
||||
settings_add_bool("misc", "quit_on_hup", FALSE);
|
||||
settings_add_str("misc", "autoload_modules", "perl otr");
|
||||
|
||||
#ifdef HAVE_SYS_RESOURCE_H
|
||||
getrlimit(RLIMIT_CORE, &orig_core_rlimit);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue