Fixed Nick Hilighting sound.

This commit is contained in:
Jeremiah Ticket 2016-08-23 15:03:47 -08:00
parent abe845721d
commit e7adb60b81
2 changed files with 3 additions and 2 deletions

4
README
View File

@ -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.

View File

@ -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