murgo / IrssiNotifier

notifies android phones from irc private messages
Apache License 2.0
169 stars 63 forks source link

Hilights are not working #208

Open luckylittle opened 6 months ago

luckylittle commented 6 months ago

General summary

Hilights that are working in irssi are not being pushed to the IrssiNotifier, while private messages are working fine.

Expected Behavior

Having a hilight for certain keywords will notify the IrssiNotifier and the mobile app.

Current Behavior

Hilights for keywords are actioned in irssi, but they never make it to the mobile app.

Context

irssi 1.2.3-1 (20210409 0011) irssinotifier.pl VERSION = "24"; I have multiple hilights, e.g. <keyword> #channel -line -full -network <network>

murgo commented 6 months ago

Hilights in public channels work fine for me, I wonder if it's some of the switches that are causing issues 🤔

luckylittle commented 6 months ago

@murgo Confirming that simple hilights for keywords is working, including the channel specific ones - e.g. /HILIGHT <text> /HILIGHT [-network <network>] [-channels <channels>] <text>

The problem seems to be with /HILIGHT [-nick | -word | -line] [-mask | -full | -matchcase | -regexp]