summaryrefslogtreecommitdiffstats
path: root/src/pycore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pycore.c')
-rw-r--r--src/pycore.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pycore.c b/src/pycore.c
index 0003392..a5c4b55 100644
--- a/src/pycore.c
+++ b/src/pycore.c
@@ -163,6 +163,8 @@ void python_init(void)
"import irssi_startup\n"
);
+ pyloader_auto_load();
+
/* assert(signal(SIGINT, intr_catch) != SIG_ERR); */
command_bind("py", NULL, (SIGNAL_FUNC) cmd_default);