diff options
Diffstat (limited to 'irc_im.c')
| -rw-r--r-- | irc_im.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -122,7 +122,7 @@ void bee_irc_channel_update( irc_t *irc, irc_channel_t *ic, irc_user_t *iu )  {  	struct irc_control_channel *icc;  	GSList *l; -	gboolean show; +	gboolean show = FALSE;  	if( ic == NULL )  	{ | 
