Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / send.h
index 766e533b3ea07ff721808eee5e3ede6eb4652186..1db1c381034671c1ce33b8f55c763d1e922709e0 100644 (file)
@@ -108,6 +108,12 @@ extern void sendcmdto_flag_butone(struct Client *from, const char *cmd,
                                  const char *tok, struct Client *one,
                                  unsigned int flag, const char *pattern, ...);
 
+/* Send command to all matching clients */
+extern void sendcmdto_match_butone(struct Client *from, const char *cmd,
+                                  const char *tok, const char *to,
+                                  struct Client *one, unsigned int who,
+                                  const char *pattern, ...);
+
 /* Send server notice to opers but one--one can be NULL */
 extern void sendto_opmask_butone(struct Client *one, unsigned int mask,
                                 const char *pattern, ...);