Xchat::hook_print('Channel Action', sub { return Xchat::EAT_ALL if (Xchat::strip_code($_[0][0]) eq 'botname' && $_[0][1] =~ /^\S+ has (?:left|become available)/); });