summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/perl/wee-perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/perl/wee-perl.c b/src/plugins/perl/wee-perl.c
index 45f2eeb7c..72df548ae 100644
--- a/src/plugins/perl/wee-perl.c
+++ b/src/plugins/perl/wee-perl.c
@@ -215,7 +215,7 @@ static XS (XS_IRC_print_infobar)
(void) cv;
if (items == 2)
- gui_infobar_print (SvPV (ST (1), integer), SvIV (ST (0)));
+ gui_infobar_printf (SvIV (ST (0)), COLOR_WIN_INFOBAR, SvPV (ST (1), integer));
else
{
irc_display_prefix (NULL, PREFIX_ERROR);