From 9893da32ab881e135748295fc5c48aada552098b Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Tue, 4 May 2010 00:55:33 +0100 Subject: Add irc_channel_printf() for slightly saner root messages from a random channel. --- irc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'irc.h') diff --git a/irc.h b/irc.h index 2d1987eb..75342d05 100644 --- a/irc.h +++ b/irc.h @@ -196,6 +196,7 @@ int irc_channel_del_user( irc_channel_t *ic, irc_user_t *iu ); irc_channel_user_t *irc_channel_has_user( irc_channel_t *ic, irc_user_t *iu ); int irc_channel_set_topic( irc_channel_t *ic, const char *topic, const irc_user_t *who ); void irc_channel_user_set_mode( irc_channel_t *ic, irc_user_t *iu, irc_channel_user_flags_t flags ); +void irc_channel_printf( irc_channel_t *ic, char *format, ... ); gboolean irc_channel_name_ok( const char *name ); /* irc_commands.c */ -- cgit v1.2.3