Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / send.h
index 1db1c381034671c1ce33b8f55c763d1e922709e0..19b8cf639b7bdccb19ebcd7699d5cf1b5b4ef2b1 100644 (file)
@@ -66,6 +66,11 @@ extern char sendbuf[2048];
 
 #define IRC_BUFSIZE    512
 
+/* Send a raw message to one client; USE ONLY IF YOU MUST SEND SOMETHING
+ * WITHOUT A PREFIX!
+ */
+extern void sendrawto_one(struct Client *to, const char *pattern, ...);
+
 /* Send a command to one client */
 extern void sendcmdto_one(struct Client *from, const char *cmd,
                          const char *tok, struct Client *to,