mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
19 lines
384 B
Diff
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
|