summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/common/outbound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c
index 00ba4a86..17c7b331 100644
--- a/src/common/outbound.c
+++ b/src/common/outbound.c
@@ -2501,7 +2501,7 @@ load_perform_file (session *sess, char *file)
 	char *nl;
 	FILE *fp;
 
-	fp = hexchat_fopen_file (file, "r", XOF_FULLPATH);
+	fp = hexchat_fopen_file (file, "r", 0);		/* load files from config dir */
 	if (!fp)
 		return FALSE;