From ac2717b6a60900d31236b7696f150d0120bda3da Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 14 Aug 2010 11:55:20 +0100 Subject: blist should only show contacts that are (or would be if they were online) in the current channel. --- irc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'irc.h') diff --git a/irc.h b/irc.h index aee9dccd..58ca19c9 100644 --- a/irc.h +++ b/irc.h @@ -257,6 +257,7 @@ void irc_channel_name_strip( char *name ); int irc_channel_name_cmp( const char *a_, const char *b_ ); void irc_channel_update_ops( irc_channel_t *ic, char *value ); char *set_eval_irc_channel_ops( struct set *set, char *value ); +gboolean irc_channel_wants_user( irc_channel_t *ic, irc_user_t *iu ); /* irc_commands.c */ void irc_exec( irc_t *irc, char **cmd ); -- cgit v1.2.3