Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion xpyhilight.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
-------------
Expand Down Expand Up @@ -144,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")