mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 03:30:18 +00:00
Load connect commands from config dir
This commit is contained in:
@@ -2501,7 +2501,7 @@ load_perform_file (session *sess, char *file)
|
|||||||
char *nl;
|
char *nl;
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
|
|
||||||
fp = hexchat_fopen_file (file, "r", XOF_FULLPATH);
|
fp = hexchat_fopen_file (file, "r", 0); /* load files from config dir */
|
||||||
if (!fp)
|
if (!fp)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user