1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-25 02:16:37 +02:00

- Remove sendto_channelprefix_butone_tok().

This commit is contained in:
William Pitcock
2013-05-19 20:59:29 +00:00
parent ec440be9a3
commit a9ce94de9b
2 changed files with 0 additions and 83 deletions
-2
View File
@@ -267,8 +267,6 @@ extern void sendto_message_one(aClient *to, aClient *from, char *sender,
#define PREFIX_OWNER 0x10
extern void sendto_channelprefix_butone(aClient *one, aClient *from, aChannel *chptr,
int prefix, char *pattern, ...) __attribute__((format(printf,5,6)));
extern void sendto_channelprefix_butone_tok(aClient *one, aClient *from, aChannel *chptr,
int prefix, char *cmd, char *tok, char *nick, char *text, char do_send_check);
extern void sendto_channel_butone(aClient *, aClient *, aChannel *,
char *, ...) __attribute__((format(printf,4,5)));
extern void sendto_channel_butserv_butone(aChannel *chptr, aClient *from, aClient *one,