# XChat 2.8.5 and older sub delaycommand { my $context = get_context(); my $command = $_[0]; hook_timer( 0, sub { set_context($context); command($command); return REMOVE; } ); return EAT_NONE; }