Show notifications for private actions

Fixes #990
This commit is contained in:
TingPing 2014-05-20 22:03:45 -04:00
parent 95f9ca917e
commit 904493b24f
1 changed files with 2 additions and 0 deletions

View File

@ -884,6 +884,8 @@ tray_plugin_init (hexchat_plugin *plugin_handle, char **plugin_name,
hexchat_hook_print (ph, "Private Message", -1, tray_priv_cb, NULL);
hexchat_hook_print (ph, "Private Message to Dialog", -1, tray_priv_cb, NULL);
hexchat_hook_print (ph, "Private Action", -1, tray_priv_cb, NULL);
hexchat_hook_print (ph, "Private Action to Dialog", -1, tray_priv_cb, NULL);
hexchat_hook_print (ph, "Notice", -1, tray_priv_cb, NULL);
hexchat_hook_print (ph, "Invited", -1, tray_invited_cb, NULL);