mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
autoload the IRC module
This commit is contained in:
parent
738931762b
commit
82f8ee57c3
17 changed files with 70 additions and 28 deletions
|
|
@ -269,7 +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");
|
||||
settings_add_str("misc", "autoload_modules", "irc dcc flood notifylist perl otr");
|
||||
|
||||
#ifdef HAVE_SYS_RESOURCE_H
|
||||
getrlimit(RLIMIT_CORE, &orig_core_rlimit);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue