Script Summary: Highlights friends in the members column of the dAmn chat (deviantArt.com Messaging Network)
This is a Greasemonkey script for deviantArt Messaging Network (dAmn).
It adds the functionality to distinct deviants in chat by painting their names with different colours, all depending of the group you've added them in.
You create a group, and define its colour, add deviants to the group, and their names will change colour to the colour of the group they belong to.
You can create as many groups as you want, but one deviant cannot belong to more than one group.
Commands:
- /grouphelp - Displays the help window.
- /groupadd name color - creates a new friend group. color must be in HTML format (#000000 - #FFFFFF) You can use many online tools for converting colors to HTML codes ( colorSchemer , colorChart, ...)
- /groupdel name - deletes the group with the given name and removes all users that belonged to it.
- /groupupdate name color - sets the new color for the group.
- /groupmerge group1 group2 - adds all the users from group1 to group2 and removes the group1
- /groupcheck user - Checks if the user belongs to any group.
- /groupinfo group - Shows info for the group or if group is not specified, for all the groups you created.
- /groupadduser group user1 (user2 user3 ... userN) - adds the specified user(s) to the group.
- /groupdeluser user1 (user2 user3 ... userN) - deletes the specified user(s) from all the groups.
- /groupnote group (subject) - opens the dA note page and sets all the group members as recipients.
- /groupsay group message - highlights all the members of the group with your message. For more info visit: dAmn Friends



