Merges from Irssi CVS.
[runtime.git] / apps / irssi / src / perl / module-formats.c
index 5c2e1c66c57248dd5f6451d5d2f61757bf0c901d..8840e4378b3ca9cc4decef57f61dcaaa4e408707 100644 (file)
@@ -32,8 +32,8 @@ FORMAT_REC feperl_formats[] = {
        { "script_loaded", "Loaded script {hilight $0}", 2, { 0, 0 } },
        { "script_unloaded", "Unloaded script {hilight $0}", 1, { 0 } },
        { "no_scripts_loaded", "No scripts are loaded", 0 },
-       { "script_list_header", "Loaded scripts:", 0 },
-       { "script_list_line", "$[!15]0 $1", 2, { 0, 0 } },
+       { "script_list_header", "%#Loaded scripts:", 0 },
+       { "script_list_line", "%#$[!15]0 $1", 2, { 0, 0 } },
        { "script_list_footer", "", 0 },
        { "script_error", "{error Error in script {hilight $0}:}", 1, { 0 } },