--- 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