diff --git a/index.html b/index.html index f0c52e0..c297855 100644 --- a/index.html +++ b/index.html @@ -249,7 +249,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel : - +
diff --git a/js/glowingbear.js b/js/glowingbear.js index bac3f22..b118de3 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -1262,7 +1262,7 @@ weechat.directive('inputBar', function() { } }; - $rootScope.highlightNick = function(prefix) { + $rootScope.addMention = function(prefix) { // Extract nick from bufferline prefix var nick = prefix[prefix.length - 1].text;