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