aboutsummaryrefslogtreecommitdiffstats
path: root/history-search
diff options
context:
space:
mode:
authorTom Feist <shabble@cowu.be>2010-07-24 17:08:34 +0000
committerTom Feist <shabble@cowu.be>2010-07-24 17:08:34 +0000
commit2df5b69bf4c10d40e5b592c48443b84a2709b9e3 (patch)
treee77a64a4fe4ffedf46bbbb4b8359cab6fbb48a55 /history-search
parentadded some notes to the rl_history_search script regarding the use of Ctrl-S ... (diff)
downloadirssi-scripts-2df5b69bf4c10d40e5b592c48443b84a2709b9e3.tar.gz
irssi-scripts-2df5b69bf4c10d40e5b592c48443b84a2709b9e3.zip
updated script info to add my url and to change contact details to me
Diffstat (limited to 'history-search')
-rw-r--r--history-search/rl_history_search.pl6
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'
);