aboutsummaryrefslogtreecommitdiffstats
path: root/irc_im.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc_im.c')
-rw-r--r--irc_im.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc_im.c b/irc_im.c
index 8ed9b143..72dc2cc9 100644
--- a/irc_im.c
+++ b/irc_im.c
@@ -144,6 +144,8 @@ void bee_irc_channel_update( irc_t *irc, irc_channel_t *ic, irc_user_t *iu )
show = TRUE;
else if( icc->type == IRC_CC_TYPE_GROUP )
show = iu->bu->group == icc->group;
+ else if( icc->type == IRC_CC_TYPE_ACCOUNT )
+ show = iu->bu->ic->acc == icc->account;
if( !show )
{