summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/weechat.c1
-rw-r--r--src/core/weechat.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/core/weechat.c b/src/core/weechat.c
index eb24822c0..d91a3300a 100644
--- a/src/core/weechat.c
+++ b/src/core/weechat.c
@@ -132,6 +132,7 @@ int weechat_no_gcrypt = 0; /* remove init/deinit of gcrypt */
struct t_weelist *weechat_startup_commands = NULL; /* startup commands */
/* (option -r) */
int weechat_auto_connect = 1; /* auto-connect to servers */
+int weechat_auto_load_scripts = 1; /* auto-load scripts */
/*
diff --git a/src/core/weechat.h b/src/core/weechat.h
index 900662499..47d395c89 100644
--- a/src/core/weechat.h
+++ b/src/core/weechat.h
@@ -126,6 +126,7 @@ extern int weechat_no_gnutls;
extern int weechat_no_gcrypt;
extern struct t_weelist *weechat_startup_commands;
extern int weechat_auto_connect;
+extern int weechat_auto_load_scripts;
extern void weechat_term_check ();
extern void weechat_shutdown (int return_code, int crash);