Project

General

Profile

Actions

Feature #3728

open

Channel Icons

Added by Krystinalynn Maria over 6 years ago. Updated almost 6 years ago.

Status:
Assigned
Priority:
Normal
Assignee:
Category:
Interface
Target version:
Start date:
10/09/2017
Due date:
% Done:

0%

Estimated time:
Operative System:
All

Description

This is just a suggestion to further improve the ability to customize AdiIRC. The emoticons function allows us to replace certain texts with images, while the nicklist icons function allows us to append an icon to the nicklist next to a nick that matches a hostmask. Highlight matching lines allows us to find other messages that a particular user has previously sent.

These features, while aesthetic, are powerful to assist the user in finding a member of a channel at a glance, and further find their previous messages in a busy channel.

My proposal is to allow the use of nicklist icons in a channel. They can be prepended to matching nicks in the channel, thus making it even easier to identify select members of the channel by the client user. I'd imagine this functionality wouldn't be too hard to add in, as parts of it already exists in the function I described at the beginning of this post.

In a basic implementation, the existing icons used for nicklist icons would be prepended to matching nicks in a channel, when a message is sent by that nick. In a more advanced form, additional icons could be added for other IRC events, such as echoes, notices, joins, parts, quits, etc.

If you opt to implement this function in a basic way, I'd suggest adding a simple checkbox under Options > Icons to "Use nicklist icons in channels". If you opt to implement this in a more advanced way, you might want to add additional options to the dropdown box in the Icons group box under Options > Icons. These additional options would include "Client Messages", "Connect", "Disconnect", "Echoes", "Joins", "Mode Changes", "Notices", "Parts", "Quits", and "Topic Changes".

Each of the aforementioned options would allow users to set an icon for each event that would appear in a channel, privmsg, or status window.


Files

nickicon.png (1.83 KB) nickicon.png Per Amundsen, 06/30/2018 03:48 AM
Actions #1

Updated by Per Amundsen over 6 years ago

  • Category set to Interface
  • Status changed from New to Assigned
  • Assignee set to Per Amundsen

Yeah I have something like this on TODO already, adding a dropdown to Nicklist icons similar to Nick Colors, "Message and Nicklist", "Messages", "Nicklist", the icon would then be added in front of the nick prefix generated by "$pnick" in Options -> Messages -> User Prefix, and also a new variable to insert the icon in a custom place, e.g "$icon".

Actions #2

Updated by Per Amundsen almost 6 years ago

Experimental support was added in the latest 3.2 beta, it only covers regular messages for now, I have some ideas for other message types in the future.

A new prefix variable $nickicon can be used to position the icon in a custom place.

Actions #3

Updated by Krystinalynn Maria almost 6 years ago

Fantastic job! I just started using the function in 3.2 and it works flawlessly. It did make me wonder though.
1.) Would there be any way to add/modify/remove icons via a scripting identifier?
2.) Would it be possible to have multiple images assigned to a single nick?

Actions #4

Updated by Per Amundsen almost 6 years ago

I'll think about adding a /nickicon command, similar to /cnick. Technically, it's possible to use /setoption or /remini, /writeini to modify the [NickListIcons] section in the config.ini file.

It's not possible to have multiple icons, it scans the list for the first match based on all the rules.

Just curious why would multiple icons be desirable?

Actions #5

Updated by Krystinalynn Maria almost 6 years ago

Multiple icons would just be another customization option for the client. Short of that, there would be no real reason to have multiple icons.
I asked merely out of curiosity from seeing it in the past with a twitch theme for AdiIRC:

However, as far as I know, this theme isn't publicly available. As for the /nickicon command, that would be preferable. Using the technical options is something I've done, albeit rather cautiously at first, to avoid corrupting the config.

Actions #6

Updated by Per Amundsen almost 6 years ago

I see, I think that is a script that maps something from the Twitch IRDv3 message tags into emoticon triggers, then uses /echo to print a custom line with emoticons, that is possible now as well.

Actions #7

Updated by Per Amundsen almost 6 years ago

Must be getting old, completely forgot there already is a command for it /Inick, will add a method parameter for next beta.

Actions

Also available in: Atom PDF