1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/testing/irssi-tcl/global-scripts-path.patch
2022-05-08 03:18:47 +00:00

19 lines
384 B
Diff

--- a/src/debug.h
+++ b/src/debug.h
@@ -4,7 +4,7 @@
#define __DEBUG_H
#ifdef DEBUG
-#define DEBUG_IRSSI_PATH "/home/will/code/irssi-tcl"
+#define DEBUG_IRSSI_PATH "/usr/share/irssi/scripts"
#endif
#endif
--- a/tcl/irssi.tcl
+++ b/tcl/irssi.tcl
@@ -135,4 +135,4 @@
source $script
}
-load_script scripts.conf
+load_script_absolute /usr/share/irssi/scripts/tcl/scripts.conf