Skip to content

Commit

Permalink
Merge pull request #876 from ailin-nemui/conceal
Browse files Browse the repository at this point in the history
[conceal] fix missing use reported by unrealapex on irc
  • Loading branch information
ailin-nemui authored May 21, 2024
2 parents 08e2b21 + 76f593a commit c575bac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/conceal.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use strict;
use warnings;

our $VERSION = '0.1'; # d975c6bb59df06d
our $VERSION = '0.2'; # e53c766132d8f3a
our %IRSSI = (
authors => 'Nei',
contact => 'Nei @ [email protected]',
Expand All @@ -11,6 +11,7 @@
license => 'ISC',
);

use Encode ();
use Irssi;
use Irssi::TextUI;
die "This script requires Irssi 1.2.0\n"
Expand Down

0 comments on commit c575bac

Please sign in to comment.