aboutsummaryrefslogtreecommitdiffstats
path: root/irc_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc_user.c')
-rw-r--r--irc_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc_user.c b/irc_user.c
index 1884e66e..e18e67cc 100644
--- a/irc_user.c
+++ b/irc_user.c
@@ -57,7 +57,7 @@ int irc_user_free( irc_t *irc, irc_user_t *iu )
g_hash_table_remove( irc->nick_user_hash, iu->key );
for( l = irc->channels; l; l = l->next )
- irc_channel_del_user( (irc_channel_t*) l->data, iu );
+ irc_channel_del_user( (irc_channel_t*) l->data, iu, FALSE, NULL );
g_free( iu->nick );
if( iu->nick != iu->user ) g_free( iu->user );