From ab8d4cd0a0075172caaf6982f9d742846c52ceb3 Mon Sep 17 00:00:00 2001 From: morimoto Date: Fri, 11 Jan 2008 07:18:06 +0000 Subject: [PATCH] fixed namespace for uri_escape() --- lib/plugins/00recent | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/plugins/00recent b/lib/plugins/00recent index 72e788c..4391639 100644 --- a/lib/plugins/00recent +++ b/lib/plugins/00recent @@ -1,7 +1,7 @@ # -*-perl-*- # keitairc/lib/plugins/00recent # –¢“Ç”­Œ¾ˆê—— -# $Id: 00recent,v 1.1 2008-01-09 19:30:34 morimoto Exp $ +# $Id: 00recent,v 1.2 2008-01-11 07:18:06 morimoto Exp $ # $Source: /home/ishikawa/work/keitairc/tmp/keitairc/lib/plugins/00recent,v $ $plugin = { @@ -15,7 +15,7 @@ $plugin = { my $name = $::ib->name($channel); Encode::from_to($name, 'jis', 'shiftjis'); $buf .= $name; - $buf .= sprintf(' ‘S”­Œ¾‚Ö
', uri_escape($channel)); + $buf .= sprintf(' ‘S”­Œ¾‚Ö
', ::uri_escape($channel)); $buf .= ::render_line($::ib->unread($channel), $session_id); $buf .= "
\n"; $::ib->clear_unread($channel); -- 2.11.0