Skip to content

Instantly share code, notes, and snippets.

@tshirtman
Created August 18, 2012 11:04
Show Gist options
  • Select an option

  • Save tshirtman/3386115 to your computer and use it in GitHub Desktop.

Select an option

Save tshirtman/3386115 to your computer and use it in GitHub Desktop.
my $correction_window = Irssi::window_find_name('corrections');
$correction_window->print($correction_window->{sticky_refnum});
if ($correction_window->{sticky_refnum} ne '0')
{ $correction_window->command('window stick off'); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment