Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / src / perl / module-formats.c
index 5c2e1c66c57248dd5f6451d5d2f61757bf0c901d..e1a7aa74c0aa6990363a92a9c06d593261ae11c6 100644 (file)
@@ -13,9 +13,9 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
 #include "module.h"
@@ -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 } },