From 65016a69bc528ad98ca51d1109627b5a26aa257f Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 4 Aug 2010 20:45:18 +0100 Subject: Set channel mode +C for control channels. --- irc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'irc.c') diff --git a/irc.c b/irc.c index cbbd21a3..e4af555c 100644 --- a/irc.c +++ b/irc.c @@ -763,6 +763,8 @@ int irc_check_login( irc_t *irc ) } } +/* TODO: This is a mess, but this function is a bit too complicated to be + converted to something more generic. */ void irc_umode_set( irc_t *irc, const char *s, gboolean allow_priv ) { /* allow_priv: Set to 0 if s contains user input, 1 if you want -- cgit v1.2.3