diff options
author | Tom Feist <shabble@metavore.org> | 2010-09-26 21:40:17 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-09-26 21:40:17 +0000 |
commit | 4c471af67261725807c96f4ed0c1f26233859c8f (patch) | |
tree | 07ca52c21a93a06f0eb5426697e4d71f67e10910 /vim-mode/vim_mode.pl | |
parent | vim_mode: Add ^ and fix I to use it. (diff) | |
download | irssi-scripts-4c471af67261725807c96f4ed0c1f26233859c8f.tar.gz irssi-scripts-4c471af67261725807c96f4ed0c1f26233859c8f.zip |
modified script info block to contain real names.
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index a91f081..a87c99c 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -54,8 +54,9 @@ use vars qw($VERSION %IRSSI); $VERSION = "1.0.1"; %IRSSI = ( - authors => "shabble, rudis", - contact => 'shabble+irssi@metavore.org, shabble@#irssi/Freenode, simon@ruderich.org', + authors => "Tom Feist (shabble), Simon Ruderich (rudis)", + contact => 'shabble+irssi@metavore.org, ' + . 'shabble@#irssi/Freenode, simon@ruderich.org', name => "vim_mode", description => "Give Irssi Vim-like commands for editing the inputline", license => "Public Domain", |