Xchat::hook_print('Join', sub { return Xchat::EAT_XCHAT if (lc $_[0][1] eq '#yourspecialchan'); return Xchat::EAT_NONE; });