diff options
| author | ferret | 2014-10-19 15:12:04 +0100 |
|---|---|---|
| committer | ferret | 2014-10-19 15:12:04 +0100 |
| commit | 582c888142040a34c4262110c8eb76c123ad5fe9 (patch) | |
| tree | 9b02cfd59e1aa36f479a3d9ce071f8bbdc733868 /scripts | |
| parent | 7b3a8d5024541bb54248b52cb54f5c8d276cd84c (diff) | |
| download | scripts.irssi.org-582c888142040a34c4262110c8eb76c123ad5fe9.tar.bz2 | |
Update go.pl
bump go.pl version
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/go.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/go.pl b/scripts/go.pl index 34bf000..b656a0f 100644 --- a/scripts/go.pl +++ b/scripts/go.pl @@ -8,7 +8,7 @@ use Irssi::Irc; # If you are in #irssi you can type /go #irssi or /go irssi or even /go ir ... # also try /go ir<tab> and /go <tab> (that's two spaces) -$VERSION = '1.00'; +$VERSION = '1.01'; %IRSSI = ( authors => 'nohar', @@ -16,7 +16,7 @@ $VERSION = '1.00'; name => 'go to window', description => 'Implements /go command that activates a window given a name/partial name. It features a nice completion.', license => 'GPLv2 or later', - changed => '08-17-04' + changed => '2014-10-19' ); sub signal_complete_go { |
