Implement invitation announcements (RPL_ISSUEDINVITE).
[ircu2.10.12-pk.git] / include / send.h
index bf7e754936a9d8fb349f04050c1772e9652748fc..11f7201a6f5be4cf0b3d1de2bd9b03679c5cd504 100644 (file)
@@ -61,8 +61,18 @@ extern void sendcmdto_channel_butserv_butone(struct Client *from,
                                             const char *tok,
                                             struct Channel *to,
                                             struct Client *one,
+                                             unsigned int skip,
                                             const char *pattern, ...);
 
+/* Send command to all servers interested in a channel */
+extern void sendcmdto_channel_servers_butone(struct Client *from,
+                                             const char *cmd,
+                                             const char *tok,
+                                             struct Channel *to,
+                                             struct Client *one,
+                                             unsigned int skip,
+                                             const char *pattern, ...);
+
 /* Send command to all interested channel users */
 extern void sendcmdto_channel_butone(struct Client *from, const char *cmd,
                                     const char *tok, struct Channel *to,