-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make channel sidebar not be notified by chat relay join/part/quit messages? #2555
Comments
Hi, first sorry if nobody replied to your question before, I guess everybody is enjoying holidays in these days. KVIrc has an option to avoid highlighting the channel name in the windows list when an user joins/parts, but that's for all users and can't be restricted to a single nickname/channel (see Settings -> Configure KVIrc -> IRC -> Tools -> Alert/Highlight -> Window List Alert tab). Using scripting, you can add a new handler for the OnJoin/OnPart events. You'll get the nickname in the
|
I'm sorry if relay bots aren't well-know, otherwise I would have explained more. A relay bot has at least 1 other instance of it in another channel and spread the activity of all other channels of its instance. For example (NT for network) :
So what the bot post has to be filtered to only de-emphasize join/part/quit messages. |
Sorry if i misunderstood you initial question. The answer is still the same, the only way this can be achieved is by adding an event handler. The involved event is "OnChannelMessage" and you can use these parameters:
You can use |
I'm sorry to be asking a support request here but I can't seem to be able to join the mailing-list to ask it there and I've been waiting on Libera.chat for a couple days without a reply.
There's a chat relay in a channel I'm keeping an eye on when I'm on IRC and I'd rather not get a channel sidebar notification (change of color) when the relay send join/part/quit messages, which is the--vast--majority of its posts, ie
, is there a way to do so? If scripting is necessary, do you have a template for it, could make me one, or could you give me enough hints for a beginner? Also, if possible those posts be changed to colors closer to the background, possibly the same as "real" join/part/quit messages.
If you're going to close this without helping me here and you'd like to help otherwise, I'm on Libera with the same nickname and Memoserv is linked to my email.
Thank you kindly for your help and sorry again
The text was updated successfully, but these errors were encountered: