From e7adb60b81517f3179559ec55226fd8c2e10d938 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Tue, 23 Aug 2016 15:03:47 -0800 Subject: [PATCH] Fixed Nick Hilighting sound. --- README | 4 ++-- sound.pl | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 52dec95..df31402 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Irssi sound by: -Jeremiah Ticket:http://jt-lx.info #jt-lx -Storm Dragon: http://www.stormdragon.us/ +Jeremiah Ticket +Storm Dragon: http://stormdragon.tk Adds sounds to irssi for different events, E.g. public message and private message received. diff --git a/sound.pl b/sound.pl index 30833ea..37bdb03 100755 --- a/sound.pl +++ b/sound.pl @@ -54,5 +54,6 @@ sub nick_msg { Irssi::signal_add("beep", "nick_msg");Irssi::signal_add_last("message public", "pub_msg"); Irssi::signal_add_last("message private", "pri_msg"); +Irssi::signal_add_last("message hilight", "nick_msg"); #- end