keep in sync with OGN upstream (SVN-320)
[ircu2.10.12-pk.git] / include / msg.h
index e4798f3878355d27a5edf031db51f2e0522589a5..59f921cf769dbbac4fca0818000c87eecaa3a141 100644 (file)
@@ -392,6 +392,10 @@ struct Client;
 #define TOK_SVSJOIN        "SJ"
 #define CMD_SVSJOIN        MSG_SVSJOIN, TOK_SVSJOIN
 
+#define MSG_SVSPART        "SVSPART"
+#define TOK_SVSPART        "SP"
+#define CMD_SVSPART        MSG_SVSPART, TOK_SVSPART
+
 #define MSG_WEBIRC          "WEBIRC"
 #define TOK_WEBIRC          "WEBIRC"
 #define CMD_WEBIRC          MSG_WEBIRC, TOK_WEBIRC