diff options
Diffstat (limited to 'plugins/ExternalAPI/m_nudge.h')
-rw-r--r-- | plugins/ExternalAPI/m_nudge.h | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/plugins/ExternalAPI/m_nudge.h b/plugins/ExternalAPI/m_nudge.h index e80215e572..8067499145 100644 --- a/plugins/ExternalAPI/m_nudge.h +++ b/plugins/ExternalAPI/m_nudge.h @@ -1,8 +1,14 @@ -#define MS_SHAKE_CLIST "SHAKE/Service/ShakeClist"
-#define MS_SHAKE_CHAT "SHAKE/Service/ShakeChat"
-#define MS_NUDGE_SEND "NUDGE/Send"
+// protocol service that sends a nudge
+#define PS_SEND_NUDGE "/SendNudge"
-// Hide or Show the context menu "send nudge"
+// event to be create in protocol with its m_szModuleName
+#define PE_NUDGE "/Nudge"
+
+#define MS_SHAKE_CLIST "SHAKE/Service/ShakeClist"
+#define MS_SHAKE_CHAT "SHAKE/Service/ShakeChat"
+#define MS_NUDGE_SEND "NUDGE/Send"
+
+// Hide or Show the context menu "send nudge"
// wParam = char *szProto
// lParam = BOOL show
#define MS_NUDGE_SHOWMENU "NudgeShowMenu"
|