View Single Post
03/23/15, 03:41 AM   #2
SpellBuilder
 
SpellBuilder's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 10
I think you can solve your request much easier.
There are in-game API events when guild member changes his online status (EVENT_GUILD_MEMBER_PLAYER_STATUS_CHANGED), so you can add event listener to this event in your addon and print into chat custom notification.

No need to misuse friend-list system.
  Reply With Quote