From b4d21f06d07d42cf1750892f0b16dbf1d404db86 Mon Sep 17 00:00:00 2001 From: wznoinsk Date: Thu, 18 May 2017 09:45:49 +0100 Subject: [PATCH 1/2] Update xpyhilight.py --- xpyhilight.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xpyhilight.py b/xpyhilight.py index 1aa2efc..7d82a30 100644 --- a/xpyhilight.py +++ b/xpyhilight.py @@ -10,6 +10,8 @@ The script is ready to go out of the box, but there are some settings you could modify if felt needed. Settings are described below. +Drop the file to ~/.config/hexchat/addons or load it in +client via Window -> Plugins and Scripts menu. Dependencies: ------------- From d4c678319a6c8e57ff808bccf123b1331394a5a1 Mon Sep 17 00:00:00 2001 From: Waldemar Znoinski Date: Wed, 27 Oct 2021 13:35:25 +0100 Subject: [PATCH 2/2] Update xpyhilight.py --- xpyhilight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpyhilight.py b/xpyhilight.py index 7d82a30..d87f594 100644 --- a/xpyhilight.py +++ b/xpyhilight.py @@ -146,4 +146,4 @@ def catch_hilight(word, word_eol, userdata): xchat.hook_print("Channel Msg Hilight", catch_hilight, userdata="MESSAGE") xchat.hook_print("Channel Action Hilight", catch_hilight, userdata="ACTION") -print __module_name__, __module_version__, "script loaded\003" +print(__module_name__, __module_version__, "script loaded\003")