aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-04-13 02:04:55 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2010-04-13 02:04:55 +0200
commit7b59872d86160099968d0f8cdafc2853b074d39b (patch)
tree59e3d7ec91c305bcabf4daea5f754ab15cbc787b /irc.h
parent89c11e735164b7212d27bb64ff1a00ac50b9c746 (diff)
Support for simple VERSION/PING CTCPs to root.
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc.h b/irc.h
index 450d3259..8caf17fa 100644
--- a/irc.h
+++ b/irc.h
@@ -200,6 +200,7 @@ void irc_send_whois( irc_user_t *iu );
void irc_send_who( irc_t *irc, GSList *l, const char *channel );
void irc_send_msg( irc_user_t *iu, const char *type, const char *dst, const char *msg, const char *prefix );
void irc_send_msg_raw( irc_user_t *iu, const char *type, const char *dst, const char *msg );
+void irc_send_msg_f( irc_user_t *iu, const char *type, const char *dst, const char *format, ... ) G_GNUC_PRINTF( 4, 5 );
void irc_send_nick( irc_user_t *iu, const char *new );
/* irc_user.c */