diff options
Diffstat (limited to 'history-search')
| -rw-r--r-- | history-search/rl_history_search.pl | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/history-search/rl_history_search.pl b/history-search/rl_history_search.pl index 60defa6..09493f9 100644 --- a/history-search/rl_history_search.pl +++ b/history-search/rl_history_search.pl @@ -47,13 +47,13 @@ use vars qw($VERSION %IRSSI);  $VERSION = '1.0';  %IRSSI =    ( -   authors     => 'Wouter Coekaerts, Tom Feist', -   contact     => '', +   authors     => 'Tom Feist, Wouter Coekaerts', +   contact     => 'shabble+irssi@metavore.org, shabble@#irssi/freenode',     name        => 'rl_history_search',     description => 'Search within your typed history as you type'                  . ' (like ctrl-R in readline applications)',     license     => 'GPLv2 or later', -   url         => 'http://wouter.coekaerts.be/irssi/', +   url         => 'http://github.com/shabble/shab-irssi-scripts/tree/master/history-search/',     changed     => '24/7/2010'    ); | 
